[wingide-users] Re: Debugging an Embedded Python Script
theDarkBrainer
theDarkBrainer at gmail.com
Tue Aug 9 16:47:38 MDT 2011
I'm having problems defining this variable in the context of the app. I did
it 100 different ways, but it sill doesn't want to show the extensive
reports. (I managed to show them if I just run the python script from the
console)
Anyway, I managed to see what the error is:
Trying to import netserver from C:\Program Files (x86)\Wing IDE
4.0\bin\2.7\src\debug\tserver
Traceback (most recent call last):
File "C:\Program Files (x86)\Wing IDE 4.0\bin\wingdb.py", line 356, in
FindNet
ServerModule
import netserver
File "C:\src\ide\bin\2.7\src/debug/tserver\netserver.pyc", line 184, in
<module>
File "<string>", line 1, in <module>
File "C:\src\ide\bin\2.7\src/debug/tserver\_wxhooks.pyc", line 15, in
<module>
ImportError: No module named new
Trying to import netserver from C:\Program Files (x86)\Wing IDE
4.0\src\debug\tserver
Traceback (most recent call last):
File "C:\Program Files (x86)\Wing IDE 4.0\bin\wingdb.py", line 356, in
FindNet
ServerModule
import netserver
File "C:\src\ide\bin\2.7\src/debug/tserver\netserver.pyc", line 184, in
<module>
File "<string>", line 1, in <module>
File "C:\Program Files (x86)\Wing IDE 4.0\src\debug\tserver\_wxhooks.py",
line 15, in <module>
import new
ImportError: No module named new
--
View this message in context: http://wingide.992054.n4.nabble.com/Debugging-an-Embedded-Python-Script-tp3725854p3731520.html
Sent from the WingIDE - User mailing list archive at Nabble.com.
More information about the wingide-users
mailing list