On 10/7/10 6:21 PM, Carey Gagnon wrote:
> On Wed, Oct 6, 2010 at 8:05 PM, Carey Gagnon<[email protected]>wrote:
>
>> On Wed, Oct 6, 2010 at 7:55 PM, Paul McNett<[email protected]>  wrote:
>>
>>> Sorry for top posting I'm on my iPhone. What version of dabo python
>>> and wxpython are you using? I suggest using dabo trunk from svn,
>>> python 2.6.5, and wxpython 2.8.11.0, because those are the versions
>>> I'm using.
>>>
>>> Paul
>>>
>>
> Well..I've upgraded to the same versions you're using Paul and it's still a
> no go..
>
> When launching the exe file I still get
> " The application has failed to start because the application configuration
> is incorrect. Reinstalling the application may fix this problem."
>
> Do I need to modify the AppWizard Generated setup.py file?
> I also notice that the buildwin.bat file still looks to python25 to copy
> files even though I'm using 2.6:
> copy c:\python25\lib\site-packages\wx-2.8-msw-unicode\wx\MSVCP71.dll dist
> copy c:\python25\lib\site-packages\wx-2.8-msw-unicode\wx\gdiplus.dll dist
> copy c:\windows\system32\mfc71.dll dist

All those are old. I've just updated spec-buildwin.bat to reflect the 
requirements 
for python 2.6 and wxPython 2.8.11.0.

msvcr90.dll is needed, which may be your problem. Manually put it into your 
dist 
directory somehow. You may need to download it first (google for it).

> I've read the tutorial on the py2exe site and there it states that for
> python 2.6 you need:
>
>     - mfc90.dll
>     - mfc90u.dll
>     - mfcm90.dll
>     - mfcm90u.dll
>     - Microsoft.VC90.MFC.manifest
>
> Can anyone point me in the right direction?

I think the above files automatically make it into the distribution (I've never 
needed to copy them manually).

The manifest included with appwizard should work fine.

Paul

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to