Trying to Add Geometry Columns on a point shapefile,
I get this error:
(On Debian Lenny,
QGIS 1.6)
An error has occured while executing
Python code:
Traceback (most recent call last):
File "/home/micha/.qgis/python/plugins/fTools/fTools.py", line 387,
in docompGeo
d = doGeometry.GeometryDialog( self.iface, 5 )
File "/home/micha/.qgis/python/plugins/fTools/tools/doGeometry.py",
line 17, in __init__
self.setupUi(self)
File
"/home/micha/.qgis/python/plugins/fTools/tools/ui_frmGeometry.py", line
73, in setupUi
self.progressBar.setProperty("value", 0)
TypeError: argument 2 of QObject.setProperty() has an invalid type
Python version:
2.5.2 (r252:60911, Jan 24 2010, 15:24:24)
[GCC 4.3.2]
QGIS version:
1.6.0-Copiapo Copiapo, exported
Python path: ['/usr/share/qgis/python', '/home/micha/.qgis/python',
'/home/micha/.qgis/python/plugins', '/usr/share/qgis/python/plugins',
'/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2',
'/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload',
'/usr/local/lib/python2.5/site-packages',
'/usr/lib/python2.5/site-packages',
'/usr/lib/python2.5/site-packages/Numeric',
'/usr/lib/python2.5/site-packages/PIL',
'/usr/lib/python2.5/site-packages/gst-0.10',
'/usr/lib/pymodules/python2.5',
'/usr/lib/python2.5/site-packages/gtk-2.0',
'/usr/lib/pymodules/python2.5/gtk-2.0',
'/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode',
'/home/micha/.qgis/python/plugins/fTools/tools']
Thanks,
Micha