[wingide-users] Python 3.2 Alpha Breaks Wing
Mike Driscoll
mdriscoll at co.marshall.ia.us
Mon Sep 27 14:16:53 MDT 2010
Hi,
When I try to get Wing's Python IDE to restart using Python 3.2 Alpha 2,
I get the following:
Traceback (most recent call last):
File "C:\Program Files\Wing IDE 3.2\bin\wingdb.py", line 542, in main
netserver = FindNetServerModule(winghome, user_settings)
File "C:\Program Files\Wing IDE 3.2\bin\wingdb.py", line 362, in
FindNetServerModule
raise ImportError('Could not import netserver')
ImportError: Could not import netserver
wingdb.py: Error: Failed to start the debug server
wingdb.py: Error: You may be running an unsupported version of Python
wingdb.py: Python version = 3.2a2 (r32a2:84522, Sep 5 2010, 22:35:34)
[MSC v.1500 32 bit (Intel)]
wingdb.py: WINGHOME='C:\\Program Files\\Wing IDE 3.2'
Traceback (most recent call last):
File "C:\Program Files\Wing IDE 3.2\bin\wingdb.py", line 542, in main
netserver = FindNetServerModule(winghome, user_settings)
File "C:\Program Files\Wing IDE 3.2\bin\wingdb.py", line 362, in
FindNetServerModule
raise ImportError('Could not import netserver')
ImportError: Could not import netserver
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\Wing IDE 3.2\bin\wingdb.py", line 553, in main
sys.exit(-1)
SystemExit: -1
I didn't really want to use Python 3.2, but I need it for the erf and
erfc modules in the math package. This is on Windows XP with Wing
3.2.10-1 (rev 22669)
Thanks!
- Mike
More information about the wingide-users
mailing list