Hello!<br><br>I extended virtualenv to download, compile and install the latest sip and PyQt snapshots.<br>You can get the script at <a href="http://henning.cco-ev.de/python/dailypyqt-bootstrap.py">http://henning.cco-ev.de/python/dailypyqt-bootstrap.py</a><br>
<br>Virtualenv (<a href="http://pypi.python.org/pypi/virtualenv">http://pypi.python.org/pypi/virtualenv</a>) copys the Python interpreter into a new separate directory. <br>It is normally used for testing and deployment because it uses its own site-packages directory and does <br>
not interfere with the system installation.<br>So it is a very nice tool to test the new features of PyQt snapshots :-)<br><br>Of course it is still required that you have installed the various development packages <br>(on Debian/Ubuntu: apt-get build-dep python-qt4).<br>
<br>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. <br>And there is a problem with compiling if sip.h is already installed anywhere else (on Debian/Ubuntu: apt-get remove python-sip4-dev).<br>
<br>Nevertheless I thought some people might find it useful.<br><br><br>Henning<br>