Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Installing QT4 and PyQT4 on Ubuntu 14.04 with Python3
- Shortest way
- ===========================
- $ sudo apt-get install python3.4-dev build-essential
- $ sudo apt-get install python3-pyqt4
- Build from source
- ============================
- $ sudo apt-get install python3.4-dev build-essential
- $ sudo apt-get install qt4-dev-tools
- $ sudo apt-get install libqt4-dev libqt4-core libqt4-gui
- //Download sip package
- $ python3.4 configure.py
- $ sudo make
- $ sudo make install
- // Now naviagte to PyQt4 4 downloaded and extracted TAR
- http://sourceforge.net/projects/pyqt/?source=typ_redirect
- $ python3.4 configure.py
- $ sudo make
- $ sudo make install
Add Comment
Please, Sign In to add comment