编程语言
首页 > 编程语言> > 无法导入wxPython(Mac)

无法导入wxPython(Mac)

作者:互联网

我以为我会从使用Tkinter转到wxPython,但遇到了一些麻烦.我所得到的是这样的:

>>> import wx
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named wx

我已经安装了wxPython.当我运行卸载程序时,我清楚地看到安装了wxPython IS:

  1.  wxPython3.0-osx-cocoa-py2.7                 3.0.0.0

Enter the number of the install to examine or 'Q' to quit: 

当我启动Python时,我看到我的版本应该与wxPython的版本匹配:

Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53) 
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

我使用的是OS X 10.7.5 32位.

任何帮助都是极好的!

标签:python-2-7,wxpython,osx-lion,python
来源: https://codeday.me/bug/20191122/2057015.html