On 10/04/2010 04:54 PM, Paul McNett wrote: > On 10/4/10 4:44 PM, Jeff Johnson wrote: > >> On 10/04/2010 04:41 PM, Paul McNett wrote: >> >>> On 10/4/10 4:01 PM, Jeff Johnson wrote: >>> >>> >>>> I have the buildwin.bat working and everything looks ok, but when I run >>>> the exe I get a "application failed to initialize properly 0xc0000142" >>>> >>>> >>> Did you include the manifest that I sent you? >>> >>> Paul >>> >>> >>> >> No. Like the old saying goes, "When all else fails, try doing what you >> were told!" ;^) >> > Listen, the appwizard code plus my setup.py and friends I sent you privately > were the > result my spending hours and hours figuring out what to do. Are you following > those > or no? > > Paul > >
Paul: Thank you for your help. The manifest was all I needed to get py2exe to work! I used the appwizard to create an application and then added my classdesigner form as the main form. The manifest you sent me was the only thing I had to change from the appwizard build. In the setup.py I had to include "email" and "email.iterators" but that was a well documented problem with the email module. Dabo rocks! Jeff ------------------- Jeff Johnson [email protected] _______________________________________________ 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]
