Mike Mabey wrote: > I'm using a MySQL database, but everything was working with the database > before it was an executable. Even the "Close" button doesn't work, though, > which shouldn't be tied to the database at all. And after I copy over the > cdxml file, there is no log file generated. > > Weird stuff going on here...
Well, it sounds like there are potentially a few separate problems. Can you please try the following: Run AppWizard against your MySQL database, then run python setup.py py2exe in the generated app's directory? Does *that* app behave correctly or not? This could help us locate the problem. For instance, if the AppWizard app exhibits the same trouble, we don't need to blame anything in your code. Establishing if an AppWizard-generated app compiles to exe correctly at least is a good first step. Thanks 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]
