Linux | Open Source | Tutorial
wxPython 2.9 on Linux
I needed to test one of my programs on Linux. It’s written in Python using wxPython. I am using the version that is still in development wxPython 2.9. There are prebuild versions for Mac and Windows but unfortunately, there isn’t a prebuild package for Linux so I had to compile it myself. However I ran…