Search code examples
pythoninstallationwxpythoncygwincompilation

How do you compile wxPython under cygwin?


I am using CYGWIN as a platform and would like to use wxPython. Is there a way to get the source compiled and working in cygwin?


Solution

  • I found this link to build wxPython under Cygwin. To me this is a much better option than installing all the X11 stuff. I tried it out using wxPython-src-2.8.12.1, and following the instructions to a tee, it worked perfectly.