Intsalling wxPython

Sepi sepideh.gh at gmail.com
Mon Apr 6 22:54:16 EDT 2015


Hi,

I installed wxpython through command line but when I want to use it, python gives me an error:  File "/Users/sepidehghanavati/Desktop/test.py", line 1, in <module>
    import wx
ImportError: No module named 'wx'

When I check my python path it is version 3.3 (/Library/Frameworks/Python.framework/Versions/3.3/) but when I try to install wxpython via python setup.py install --user it installs in /Users/sepidehghanavati/Library/Python/2.7/bin/

I don't know how to change this.



More information about the Python-list mailing list