[PyQt] Can't seem to make pyqtdeploy work

lloyd konneker bootch at nc.rr.com
Sat May 10 19:16:30 BST 2014


I had a different problem, but also at the first attempt at freeze.

Make sure to use the verbose option.

You can read the source code yourself, for example build.py.
I found that this particular message is saying pyqtdeploy is trying to 
run as a command the given python executable,
with the given freeze.py script, with the given files as parameters.

You might make sure those files exist.  As Phil seems to be suggesting, 
the paths to those files seem garbled.  Could be the common forward 
slash, backward slash problem?

In my case, I had specified a bad python executable, and got a python 
exception instead of just hanging.


More information about the PyQt mailing list