[PyQt] Unable to run PyQtDeploy-build successfully
Suman Chatterjee
sum_chat at hotmail.com
Sun Mar 22 23:21:15 GMT 2020
Hi,
I am using PyQtDeploy to build a Qt python project in order to be deployed in other mobile devices. The steps that I took are:
1) created a PyQtDeploy project using pyqtdeploy pyqt-demo.pdy where I defined all the packages
(qt-venv) sumanc2:testpythonbuild sum10122$ pyqtdeploy pyqt-demo.pdy
2) Then used pyqtdeploy-build pyqt-demo.pdy to generate the .pro file and freeze the files.
(qt-venv) sumanc2:testpythonbuild sum10122$ pyqtdeploy-build pyqt-demo.pdy
But I am getting the below error while freezing PyQt5
Freezing /Users/sum10122/qt-venv/lib/python3.7/site-packages/zmq/utils/strtypes.py...
Freezing /Users/sum10122/qt-venv/lib/python3.7/site-packages/zmq/utils/win32.py...
Freezing /Users/sum10122/qt-venv/lib/python3.7/site-packages/zmq/utils/z85.py...
Freezing /Users/sum10122/Documents/dev/aroot/lib/python3.7/site-packages/PyQt5/__init__.py...
pyqtdeploy-build: Unable to freeze files
The __init__.py file is empty though in Mac OS.
I am stuck right now at this point. Any help will really be appreciated
Thank You,
Suman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20200322/ad456788/attachment.htm>
More information about the PyQt
mailing list