Mike Mabey wrote: > On Tue, Jul 8, 2008 at 12:31 PM, Paul McNett <[EMAIL PROTECTED]> wrote: >> Remind me what you are seeing when you run your code in the >> following ways: >> >> 1) File|Run from Class Designer. >> 2) From the OS terminal, running 'python <myapp>.py' >> 3) Compiling the exe with py2exe and running <myapp>.exe >> > > 1) Everything works as expected, albeit a little slow to respond. I even > have a few drop down menus with distinct values from the table to filter the > results. All the data is available and the navigation and Save/Cancel/Close > buttons all work. > > 2) Same as in the Class Designer > > 3) The app compiles and runs without any error, but no data is retrieved and > the Close button doesn't work.
I don't know how to proceed here. Ed, any suggestions? We've established that AppWizard will generate a working compiled app against the same database. We've established that the python scripts appear to work fine. My guess is that some needed directory or files aren't making it into the compiled exe. But I don't know why the close button wouldn't work. I guess we need to see your setup.py; perhaps see your entire app? 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]
