[PyQt] pyqtdeploy windows 7 problems

Phil Thompson phil at riverbankcomputing.com
Thu Jul 17 18:07:01 BST 2014


On 15/07/2014 11:36 pm, lloyd konneker wrote:
> Windows 7, Python3.4.1, pyqtdeploy0.4 running freeze throws an
> exception that isn't caught and doesn't print.
> I assume I need a more recent version of pyqtdeploy.
> 
> I tried to install pyqtdeploy from the latest repository,
> but "make develop" fails because the mercurial module is missing
> (but I did install mercurial?) and apparently mercurial doesn't support 
> Python3.
> I also tried "python3 setup.py install" but that failed on missing
> VERSION file, which also wants mercurial.
> Is there an easy way to get the latest pyqtdeploy?

The Makefile isn't really designed to be used on Windows as it requires 
both Python2 (because of hg) and Python3.

You could create VERSION and pyqtdeploy/version.py manually. Check 
build.py to see exactly what is put in those files.

Phil


More information about the PyQt mailing list