[PyQt] Virtualenv script for PyQt snapshots

Henning Schröder henning.schroeder at gmail.com
Mon May 4 03:13:47 BST 2009


Hello!

I extended virtualenv to download, compile and install the latest sip and
PyQt snapshots.
You can get the script at
http://henning.cco-ev.de/python/dailypyqt-bootstrap.py

Virtualenv (http://pypi.python.org/pypi/virtualenv) copys the Python
interpreter into a new separate directory.
It is normally used for testing and deployment because it uses its own
site-packages directory and does
not interfere with the system installation.
So it is a very nice tool to test the new features of PyQt snapshots :-)

Of course it is still required that you have installed the various
development packages
(on Debian/Ubuntu: apt-get build-dep python-qt4).

This is the first version and more or less a proof-of-concept. There is no
error checking. It does not support Windows and MacOS.
And there is a problem with compiling if sip.h is already installed anywhere
else (on Debian/Ubuntu: apt-get remove python-sip4-dev).

Nevertheless I thought some people might find it useful.


Henning
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20090504/af61a598/attachment.html


More information about the PyQt mailing list