Okay, I'm back. I've tried your suggestion of running the AppWizard. I was able to get it to compile to exe without any problem, but only with those four lines commented out in dSizerMixin.py. However, even with the exe app created, it still doesn't successfully query the database. I even turned off my firewall to see if that made a difference. What's really strange is that while the wizard is walking me through the steps, it has no problem connecting with the database.
What can this be an indication of? Mike On Thu, Jul 3, 2008 at 3:22 PM, Paul McNett <[EMAIL PROTECTED]> wrote: > 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 > > > [excessive quoting removed by server] _______________________________________________ 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]
