0
在wxPython的文档中,有一些缺失的类。wxPython中的类缺失
例如:TextCompleter。 但是在Python,我得到:
>>> import wx
>>> print wx.__version__
2.9.3.1
>>> from wx import TextCompleter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name TextCompleter
我也跟您可能已经注意到,你指的是wxPython的(凤凰)文档的wxPython(3.0)
你使用的是64位的Python吗? – Nhor
不,我使用32位 – zvisofer
无论哪种方式,我建议你尝试安装这些非官方库中的一个 http://www.lfd.uci.edu/~gohlke/pythonlibs/#wxpython – Nhor