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
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
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
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