You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2021. It is now read-only.
launching cartogram on either Qgis 2.0 or 2.4 on Fedora 20, I get the following error:
Traceback (most recent call last):
File "/home/nao/.qgis2/python/plugins/cartogram_creator/plugin.py", line 136, in run
d = doCartogram.Dialog(self.iface)
File "/home/nao/.qgis2/python/plugins/cartogram_creator/doCartogram.py", line 61, in init
for name, layer in layermap.iteritems():
File "/home/nao/.qgis2/python/plugins/cartogram_creator/doCartogram.py", line 61, in init
for name, layer in layermap.iteritems():
File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch
return self.dispatch_line(frame)
File "/usr/lib64/python2.7/bdb.py", line 68, in dispatch_line
if self.quitting: raise BdbQuit
BdbQuit
Version de Python :
2.7.5 (default, Jun 25 2014, 10:19:55)
[GCC 4.8.2 20131212 (Red Hat 4.8.2-7)]
Hi,
launching cartogram on either Qgis 2.0 or 2.4 on Fedora 20, I get the following error:
Traceback (most recent call last):
File "/home/nao/.qgis2/python/plugins/cartogram_creator/plugin.py", line 136, in run
d = doCartogram.Dialog(self.iface)
File "/home/nao/.qgis2/python/plugins/cartogram_creator/doCartogram.py", line 61, in init
for name, layer in layermap.iteritems():
File "/home/nao/.qgis2/python/plugins/cartogram_creator/doCartogram.py", line 61, in init
for name, layer in layermap.iteritems():
File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch
return self.dispatch_line(frame)
File "/usr/lib64/python2.7/bdb.py", line 68, in dispatch_line
if self.quitting: raise BdbQuit
BdbQuit
Version de Python :
2.7.5 (default, Jun 25 2014, 10:19:55)
[GCC 4.8.2 20131212 (Red Hat 4.8.2-7)]
Version de QGIS :
2.4.0-Chugiak Chugiak, exported
Chemin vers Python : ['/usr/share/qgis/python/plugins/processing', '/usr/share/qgis/python', u'/home/nao/.qgis2/python', u'/home/nao/.qgis2/python/plugins', '/usr/share/qgis/python/plugins', '/usr/lib64/python27.zip', '/usr/lib64/python2.7', '/usr/lib64/python2.7/plat-linux2', '/usr/lib64/python2.7/lib-tk', '/usr/lib64/python2.7/lib-old', '/usr/lib64/python2.7/lib-dynload', '/usr/lib64/python2.7/site-packages', '/usr/lib64/python2.7/site-packages/PIL', '/usr/lib64/python2.7/site-packages/gtk-2.0', '/usr/lib64/python2.7/site-packages/wx-2.8-gtk2-unicode', '/usr/lib/python2.7/site-packages', '/usr/share/qgis/python/plugins/fTools/tools']
the cartogram plugin has been unzipped to the "/home/nao/.qgis2/python/plugins/cartogram_creator" directory.
Have you any idea of what is going wrong ?
regards,
The text was updated successfully, but these errors were encountered: