Well, I wrote a small app that uses PyQt4 and want to distribute it. But the problem is that I have to ask the users to manually install PyQt4 because it cannot be done using setuptools
.
So, in reference to this, I wanted to ask if anyone knew the reason why PyQt4 is not on PyPi?
Also, is there any other possible way I could include PyQt4 in my setup.py so that users do not need to install it manually?
Thanks