Pages: 1
- Sujet précédent - QGIS 2.6 & Python : erreur "badzipfile" lors de l'import cadastre - Sujet suivant
#1 Sun 08 March 2015 21:51
- JPython
- Juste Inscrit !
- Date d'inscription: 8 Mar 2015
- Messages: 2
QGIS 2.6 & Python : erreur "badzipfile" lors de l'import cadastre
Bonjour,
J'ai installé la version 2.6.1-brighton de QGIS via OSgeo4w, et j'ai donc python 2.7.5. Je voulais utiliser cette version pour l'extension cadastre.
Cependant, je rencontre un petit problème lors d'une tentative d'import de cadastre. Le message d'erreur suivant apparaît.
Code:
Une erreur est apparue lors de l'exécution du code Python : Traceback (most recent call last): File "C:/Users/asus/.qgis2/python/pluginscadastrecadastre_dialogs.py", line 1057, in processImport qi.importEdigeo() File "C:/Users/asus/.qgis2/python/pluginscadastrecadastre_import.py", line 556, in importEdigeo self.unzipFolderContent(self.edigeoDir) File "C:/Users/asus/.qgis2/python/pluginscadastrecadastre_import.py", line 887, in unzipFolderContent with zipfile.ZipFile(z) as azip: File "C:PROGRA~1QGISBR~1appsPython27libzipfile.py", line 766, in __init__ self._RealGetContents() File "C:PROGRA~1QGISBR~1appsPython27libzipfile.py", line 807, in _RealGetContents raise BadZipfile, "File is not a zip file" BadZipfile: File is not a zip file Version de Python : 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] Version de QGIS : 2.6.1-Brighton Brighton, e2a51df Chemin vers Python : ['C:/PROGRA~1/QGISBR~1/apps/qgis/./python/plugins\processing', 'C:/PROGRA~1/QGISBR~1/apps/qgis/./python', u'C:/Users/asus/.qgis2/python', u'C:/Users/asus/.qgis2/python/plugins', 'C:/PROGRA~1/QGISBR~1/apps/qgis/./python/plugins', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\matplotlib-1.3.1-py2.7-win-amd64.egg', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\nose-1.3.3-py2.7.egg', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\tornado-4.0.1-py2.7-win-amd64.egg', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\backports.ssl_match_hostname-3.4.0.2-py2.7.egg', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\certifi-14.05.14-py2.7.egg', 'C:\PROGRA~1\QGISBR~1\bin\python27.zip', 'C:\PROGRA~1\QGISBR~1\apps\Python27\DLLs', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\plat-win', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\lib-tk', 'C:\PROGRA~1\QGISBR~1\bin', 'C:\PROGRA~1\QGISBR~1\apps\Python27', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\PIL', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\jinja2-2.7.2-py2.7.egg', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\markupsafe-0.23-py2.7-win-amd64.egg', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\pytz-2012j-py2.7.egg', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\win32', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\win32\lib', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\Pythonwin', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\Shapely-1.2.18-py2.7-win-amd64.egg', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\six-1.3.0-py2.7.egg', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\wx-2.8-msw-unicode', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\xlrd-0.9.2-py2.7.egg', 'C:\PROGRA~1\QGISBR~1\apps\Python27\lib\site-packages\xlwt-0.7.5-py2.7.egg', 'C:\Users\asus\.qgis2\python\plugins\cadastre/forms', 'C:\PROGRA~1\QGISBR~1\apps\qgis\python\plugins\fTools\tools']
Je dispose des EDIGEO, MAJIC et malgré mon statut de débutant, je ne pense pas m'être trompé sur la création d'une base de données (j'ai essayé avec spatialite ou postgis) et je pense avoir correctement configuré le plug-in. Bref, je sèche.
Je suis sous windows 8. Débutant en SIG.
Si quelqu'un pouvait m'éclairer, je lui en serai bien reconnaissant.
Merci d'avance
Hors ligne
#2 Mon 09 March 2015 17:09
- JPython
- Juste Inscrit !
- Date d'inscription: 8 Mar 2015
- Messages: 2
Re: QGIS 2.6 & Python : erreur "badzipfile" lors de l'import cadastre
Bon, nous pouvons considérer ce problème comme résolu.
Il s'agissait tout simplement d'un manque de rigueur : mes répertoires IDEGEO/MAJIC contenaient des fichiers cachés et un autre dossier qui bloquaient l'import...
Hors ligne
Pages: 1
- Sujet précédent - QGIS 2.6 & Python : erreur "badzipfile" lors de l'import cadastre - Sujet suivant