[PyQt] pyqtdeploy unable to freeze files

Cody Scott cody at perspexis.com
Wed Nov 23 17:50:15 GMT 2016


With --verbose I get
# ...
Freezing C:\Users\cody\Desktop\qml-testing\main.py...
Freezing
C:\Users\cody\Desktop\qml-testing\$SYSROOT\lib\python3.5\_bootlocale.py...
pyqtdeploycli: Unable to freeze files:
C:\Users\cody\Desktop\qml-testing\$SYSROOT\lib\python3.5\_bootlocale.py:
[Errno 2] No such file or directory:
'C:\\Users\\cody\\Desktop\\qml-testing\\$SYSROOT\\lib\\python3.5\\_bootlocale.py'


On Tue, Nov 22, 2016 at 5:12 PM, Phil Thompson <phil at riverbankcomputing.com>
wrote:

> On 22 Nov 2016, at 6:37 pm, Cody Scott <cody at perspexis.com> wrote:
> >
> > I'm trying to deploy this application with pyqtdeploy.
> >
> > https://github.com/Siecje/qml-testing/tree/pyqtdeploy
> >
> > When I click build in the GUI the window closes and there is a partial
> build folder.
> >
> > When I run
> >
> > >pyqtdeploycli build --project setup.pdy --interpreter="C:\Users\cody\
> Desktop\venv\Scripts\python.exe"
> >
> > I get
> >
> > pyqtdeploycli: Unable to freeze files
> >
> > I also tried with the code in a Python package.
> > The venv has PyQt5 and pyqtdeploy installed.
>
> Does the --verbose flag give you any extra information?
>
> Phil
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20161123/5a132f0a/attachment.html>


More information about the PyQt mailing list