Advertisement
v1ral_ITS

Installing wxPython [ Working Directions Terminal ]

May 29th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | None | 0 0
  1.  
  2.  
  3. Okay, so I was able to figure it out. It turned out to be a combination of things.
  4.  
  5.     First make sure that you have Python installed
  6.     Install wxGTK 2.8 with the command, sudo apt-get install python-wxgtk2.8
  7.     Run the command, apt-get source -d wxwidgets2.8
  8.     Now run, dpkg-source -x wxwidgets2.8_2.8.12.1-6ubuntu2.dsc
  9.     cd wxwidgets2.8-2.8.12.1
  10.     cd wxPython
  11.     Now run the command, sudo python setup.py install
  12.     wxPython and wxWidgets are now successfully installed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement