Hi devs,

I have to test a Python plugin on Windows, if I use the working
solution on Linux

import pdb
from PyQt4.QtCore import *
pyqtRemoveInputHook()
pdb.set_trace()

I got this error

2015-03-19T11:34:39 1 Traceback (most recent call last):
File "C:\Users\localadmin\.qgis2\python\plugins\stem\tools\image_filter.py",
line 146, in onRunLocal
gs.import_grass(source, tempin, typ, nlayerchoose)
File "C:\Users\localadmin\.qgis2\python\plugins\stem\tools\image_filter.py",
line 146, in onRunLocal
gs.import_grass(source, tempin, typ, nlayerchoose)
File "C:\OSGeo4W\apps\Python27\lib\bdb.py", line 49, in trace_dispatch
return self.dispatch_line(frame)
File "C:\OSGeo4W\apps\Python27\lib\bdb.py", line 68, in dispatch_line
if self.quitting: raise BdbQuit
BdbQuit

How can I solve this problem?

Thanks

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to