Is it possible to add PyQt4/PySide packages on a Virtualenv sandbox?

It should be enough to create an empty virtualenv and then copy the contents of the .../site-packages/PyQt4 directories into it.

I suggest to install PyQt4 once globally, make a copy of the directory, uninstall it and then use this trick to create VEs.

Leave a Comment