Re: [PyQt] PyQt4 - Py2exe - Missing DLLs problem

2008-02-01 Thread Giovanni Bajo
On 1/31/2008 4:53 PM, Angel Leon wrote: 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 comman

Re: [PyQt] PyQt4 - Py2exe - Missing DLLs problem

2008-02-01 Thread Doug Bell
Michael Towers wrote: > 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 b

Re: [PyQt] PyQt4 - Py2exe - Missing DLLs problem

2008-02-01 Thread Michael Towers
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 bui

[PyQt] PyQt4 - Py2exe - Missing DLLs problem

2008-01-31 Thread Angel Leon
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 s