首页上一页 1 下一页尾页 2 条记录 1/1页
在线安装wxpython后,无法调用
发表在Python图书答疑
2018-12-14
《Python从入门到项目实践》第19章 常用的GUI框架 284页-286页
是否精华
是
否
版块置顶:
是
否
在IDLE执行后
>>> import wx
Traceback (most recent call last):
File "<pyshell#7>", line 1, in <module>
import wx
File "D:\Python\Python37\lib\site-packages\wx\__init__.py", line 12, in <module>
__version__ = wx.__version__.VERSION_STRING
AttributeError: module 'wx' has no attribute '__version__'