On 10/7/10 7:45 PM, Carey Gagnon wrote: > Well I've tried everything at this point and although the exe file gets > generated it just won't run. No matter what I do I get:: > " The application has failed to start because the application > configuration is incorrect. Reinstalling the application may fix this > problem." > I have no clue where to go from here.
Let's start from the beginning: Python version: [2.6.5] wxPython version: [2.8.11.0 unicode win32] Dabo version: [0.9.3 svn trunk r6093] Windows version: [Windows-Vista-6.0.6001-SP1] py2exe version: [0.6.9] I just made some more changes to Dabo and the appwizard code to fix some things with the xml headers that have been broken for about a week, that could very well explain some of your problems. I also found and fixed some other things along the way. I ran AppWizard with these changes against a sqlite database, I verified that the program worked, and then I did 'buildwin', which resulted in an EXE inside the dist/ directory which I could run without error, using the versions of things listed above. I was surprised that I didn't need to find and copy msvcr90.dll, but maybe it is because my system has it somewhere. I hope it helps. 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]
