[PyQt] pyqtdeploy unable to freeze asyncio on Windows

Phil Thompson phil at riverbankcomputing.com
Wed Mar 9 16:27:03 GMT 2016


On 7 Mar 2016, at 1:00 pm, Marius Shekow <marius.shekow at fit.fraunhofer.de> wrote:
> 
> 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...)

Should be fixed in hg.

Thanks,
Phil


More information about the PyQt mailing list