Ubuntu and PyQt

I just went through the nightmare of trying to install PyQt and all its dependancies. I had originally searched for an ubuntu package (coz we loves packages, doesn't we precious?) I couldn't seem to find one.

Turns out (after failing 'configure's and 'make's and missing dependancies), there is a package (a couple, actually).

To install PyQt on Ubuntu:

sudo apt-get install libqt4-core libqt4-dev libqt4-gui qt4-dev-tools python-qt4 pyqt4-dev-tools

I'm not sure if all the packages before the last one are necessary, but I didn't think it would hurt to have them.

Thanks again, Ubuntu Forums.

af

Posted

Oct 14, 2008
by AnonymousUser

Categories

General Posts

Tags

python
ubuntu