- 论坛徽章:
- 0
|
刚刚装完的 而且和python3.1是最新版的 xp sp3 英文系统
不论运行什么 都是一样的错误
Traceback (most recent call last):
File "C:\Program Files\Wing IDE 3.2\bin\wingdb.py", line 512, 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.1.1 (r311:74483, Aug 17 2009, 17:02:12) [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 512, 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 523, in main
sys.exit(-1)
SystemExit: -1
实在是不知道改那里了...........
[ 本帖最后由 Gray1982 于 2010-1-28 00:51 编辑 ] |
|