Installing PyQt on OS X and LinuxNote the lack of instructions for installing on Linux. Thrown to the wolves, I guess...
Installation of PyQt from source on OS X and Linux is much more involved.
OS X: http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-mac
In the interest of helping other Linux users (or at least Ubuntu 10.10 users) out, here are the steps for setting up a Python virtual environment with the necessary libraries, using virtualenvwrapper and pip.
mkvirtualenv pandaspip install numpypip install scipypip install matplotlibpip install ipythonsudo apt-get install libzmq-devpip install pyzmqpip install pygmentspip install pandaspip install python-dateutilpip install pyqtpip install tornadoipython notebook --pylab=inlineHere is a list of the library versions that were installed:(pandas)tylere@tylere-laptop:~$ pip freezePygments==1.4ipython==0.12matplotlib==1.1.0numpy==1.6.1pandas==0.7.0python-dateutil==1.5pyzmq==2.1.11scipy==0.10.0tornado==2.2wsgiref==0.1.2yolk==0.4.3
