carsonfarmer / cartogram

A QGIS plugin for creating cartograms
GNU General Public License v2.0
13 stars 12 forks source link

issue launching Cartogram #8

Open naoM opened 10 years ago

naoM commented 10 years ago

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,

GP1979 commented 9 years ago

I also encounter this issue... (QGIS v 2.2 or 2.4). Any help would be greatly appreciated.

Thank you.

carsonfarmer commented 9 years ago

This is a duplicate of #5 and I will take a look at it shortly.