[PyQt] pyqtdeploy unable to freeze asyncio on Windows
Marius Shekow
marius.shekow at fit.fraunhofer.de
Mon Mar 7 13:00:35 GMT 2016
Hi,
I'd like to freeze a Python 3.5.1 application on Windows 7 using
pyqtdeploy 1.2
One of standard library modules I'm using in my application is asyncio.
During the freeze stage, I get the following error:
C:\Python35\Lib\asyncio.py: [Errno 2] No such file or directory:
'C:\\Python35\\Lib\\asyncio.py'
Am I doing something wrong? I suppose this is simply a bug? Asyncio is a
package, not a module (at least on Windows...)
Cheers!
Marius Shekow
More information about the PyQt
mailing list