It may not be possible to develop code to auto install PyQt4 on Linux since this has to be built from source and the final step make install requires root access. The alternative is on install to check for PyQt4 already installed and if not issue a msg to say how to do it. It looks like auto install on Windows is possible.
It may not be possible to develop code to auto install PyQt4 on Linux since this has to be built from source and the final step make install requires root access. The alternative is on install to check for PyQt4 already installed and if not issue a msg to say how to do it. It looks like auto install on Windows is possible.