|
|
|
|
 安装wxpython 后运行出现错误, - DAVID_ye [ 2005-11-30 00:36 | 967 byte(s)]
 Re: 安装wxpython 后运行出现错误, - limodou [ 2005-11-30 10:06 | 21 byte(s)]
 Re: 安装wxpython 后运行出现错误, - DAVID_ye [ 2005-11-30 23:06 | 18 byte(s)]
 Re: 安装wxpython 后运行出现错误, - limodou [ 2005-12-01 09:31 | 66 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
从http://wxpython.sourceforge.net/download.php#binaries 下载的wxPython2.5-win32-unicode-2.5.5.1-py24.exe
在IDLE 下 键入
from wxPython.wx import *
出现错误
Traceback (most recent call last):
File "<pyshell#0>", line 1, in -toplevel-
from wxPython.wx import *
File "C:Python24Libsite-packageswx-2.5.5-msw-unicodewxPython\__init__.py", line 10, in -toplevel-
import _wx
File "C:Python24Libsite-packageswx-2.5.5-msw-unicodewxPython\_wx.py", line 3, in -toplevel-
from _core import *
File "C:Python24Libsite-packageswx-2.5.5-msw-unicodewxPython\_core.py", line 15, in -toplevel-
import wx._core
File "C:/Python24wx.py", line 2, in -toplevel-
from wxPython.wx import *
ImportError: No module named wx
不知哪里问题?请大侠帮忙
|
|
|
[Original]
[Print]
[Top]
|
|
|