Remi-C / interactive_map_tracking

A QGIS 2.6 plugin to track camera of user , AND/OR to autocommit/refresh edit on PostGIS vector layer
http://remi-c.github.io/interactive_map_tracking/
GNU General Public License v3.0
8 stars 4 forks source link

develop shows error #13

Closed Remi-C closed 9 years ago

Remi-C commented 9 years ago

Error when activating hte extension in qgis :+1:

Traceback (most recent call last): File "C:/PROGRA~1/QGISBR~1/apps/qgis/./python\qgis\utils.py", line 217, in startPlugin plugins[packageName].initGui() File "C:/Users/Remi/.qgis2/python/plugins\interactive_map_tracking\interactive_map_tracking.py", line 290, in initGui self.init_plugin() File "C:/Users/Remi/.qgis2/python/plugins\interactive_map_tracking\interactive_map_tracking.py", line 377, in init_plugin QObject.connect(self.dlg.threshold_extent, SIGNAL("returnPressed ()"), self.thresholdChanged()) TypeError: arguments did not match any overloaded call: QObject.connect(QObject, SIGNAL(), QObject, SLOT(), Qt.ConnectionType=Qt.AutoConnection): argument 3 has unexpected type 'NoneType' QObject.connect(QObject, SIGNAL(), callable, Qt.ConnectionType=Qt.AutoConnection): argument 3 has unexpected type 'NoneType' QObject.connect(QObject, SIGNAL(), SLOT(), Qt.ConnectionType=Qt.AutoConnection): argument 2 has unexpected type 'str'