[PyQt] PyQt4 - Py2exe - Missing DLLs problem

Michael Towers gradgrind at online.de
Fri Feb 1 08:10:44 GMT 2008


Angel Leon wrote:
> Hi,
> 
>   In the past I'd build a py2exe distributable of my app, and the py2exe 
> would be missing for some reason Qt4svg.dll, I'd then manually copy the 
> dll, and my app would launch.
> 
>   does anyone have a similar problem? do you solve it by adding file 
> copy commands to your build script, or is there something you can do to 
> your py2exe script?
> 

I noticed this too. I solved it the lazy way, by using pyinstaller 
instead. Of course ideally someone would come up with a fix for py2exe ...


More information about the PyQt mailing list