|
Install
InstallationRequirements
First RunUnix like including MacMake sure you satisfy the above requirements.
import wx print wx.__version__ If you get an error complaining about no module named wx then you don't have wxPython installed correctly. If there is no error you should get the version of wxPython.
WindowsNo reason it shouldn't work, make sure you have all the requirements and run it. Someday I will install Windows and write up better instructions. Or someone else can do it :). |