Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Okay, so I was able to figure it out. It turned out to be a combination of things.
- First make sure that you have Python installed
- Install wxGTK 2.8 with the command, sudo apt-get install python-wxgtk2.8
- Run the command, apt-get source -d wxwidgets2.8
- Now run, dpkg-source -x wxwidgets2.8_2.8.12.1-6ubuntu2.dsc
- cd wxwidgets2.8-2.8.12.1
- cd wxPython
- Now run the command, sudo python setup.py install
- wxPython and wxWidgets are now successfully installed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement