Hi,
You need to manually include this DLL, I do it with the py2exe
"data_files" option and put it into the same folder as the application.
Werner
Indy wrote:
> The DLL is MSVCP71.dll and not MSVCR71.dll.
>
> On 1/17/07, Indy <indy90@...> wrote:
>> Greetings.
>>
>> I use Python 2.5 wxPython 2.8.0.1 and py2exe 0.6.6 and I have a
>> problem packaging a wx application with py2exe.
>> I have written a minimal wx application, which runs fine, but when I
>> packaged it with py2exe, the .exe did not run. It says that
>> MSVCR71.dll is missing, and the error log says that wx/_core_.pyc
>> failed to be loaded. When I choose --bundle-files 1 it doesn't say
>> that the dll is missing, but it says that it failed to load
>> wx/_core_.pyd.
>> Please, any ideas, fixes, or help?
>>
>> Regards,
>> Aristotelis Mikropoulos
>>
>> --
>> Programs must be written for people to read, and only incidentally for
>> machines to execute.
>>
>
>
|