Quote Originally Posted by Robin H View Post
Thanks for the help.
However I have to do a few extra steps like installing python3.2-dev and g++

I'm running Ubuntu 12.04

1) Install python3.2 using the software centre
2) Open terminal and type
Code:
sudo apt-get install python3.2-dev libqt4-dev g++ python-qt4 qt4-dev-tools python-qt4-dev pyqt4-dev-tools
3) Download SIP http://www.riverbankcomputing.co.uk/...e/sip/download
4) Download PyQt http://www.riverbankcomputing.co.uk/.../pyqt/download
5) Untar both downloads
6) cd into sip folder
7) run
Code:
python3.2 configure.py;make;sudo make install
8] cd into pyqt folder
9) run
Code:
python3.2 configure.py;make;sudo make install
10) test if it works like neurobot says in first post.
It works perfectly with ubntun12.04
thanks for all the trouble.
Instructions were very precise and clear.