#1 Sun 18 January 2015 13:45
- jeremy44
- Juste Inscrit !
- Date d'inscription: 18 Jan 2015
- Messages: 1
QGIS 2.6.1 (W8 x64) : Probleme au démarrage
Bonjour,
Je viens d'installer Qgis 2.6.1 sur mon ordi (windows 8, 64 bits) et j'ai un message d'erreur au démarrage...Le voici pour qui pourrait me traduire ce que cela veut dire que je puisse corriger le problème et pouvoir l'utiliser tranquillement...
Impossible de charger l'extension ArcheoCAD provoque une erreur lors de l'appel de sa méthode classFactory()
Traceback (most recent call last):
File "C:/PROGRA~1/QGISBR~1/apps/qgis/./pythonqgisutils.py", line 208, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:/Users/J�r�my/.qgis2/python/pluginsArcheoCAD__init__.py", line 27, in classFactory
return ArcheoCAD(iface)
File "C:/Users/J�r�my/.qgis2/python/pluginsArcheoCADarcheocad.py", line 51, in __init__
localePath = os.path.join(self.plugin_dir, 'i18n', 'archeocad_{}.qm'.format(locale))
File "C:PROGRA~1QGISBR~1appsPython27libntpath.py", line 108, in join
path += "\" + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 10: ordinal not in range(128)
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', u'C:/Users/Jxe9rxe9my/.qgis2/python', u'C:/Users/Jxe9rxe9my/.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']
J'ai une extension qui du coup ne fonctionne pas aussi : ArcheoCad. Ce qui est très ennuyeux car j'en ai grand besoin. J'ai essayé de désinstaller et réinstaller la dite extension mais rien n'y fait... Problème de configuration??
Merci pour votre aide!!
Hors ligne
#2 Sun 18 January 2015 16:20
Re: QGIS 2.6.1 (W8 x64) : Probleme au démarrage
Est-ce que ce serait dû aux accents (C:/Users/Jérémy/.qgis2/...) dans le chemin vers le plugin (0xe9 est é en latin-1) ? Tu peux essayer de réinstaller QGIS + extension avec un autre utilisateur sans accent.
Hors ligne