Hi i'm using virtualenv with profit on my develop environment with web.py, simplejson and other web oriented packages. I'm preparing to develop a simple python client using Qt to reuse some Api developed with web.py. Does anybody here had succesfully installed PyQt4 with virtualenv? Is it possible? I've downloaded all the binaries and have PyQt4 installed globally on my python2.6 directory. If i don't use --no-site--packages option, virtualenv correctly include PyQt4 in my new sandbox but, obviously, with all global packages that i don't need. Is there a clean way to prepare a new sandbox with --no-site--packages option and then add PyQt4 or PySide using pip, easy_install or some magic trick?
thanks in advance and Merry Christmas