Mike Mabey wrote:
> On Mon, Jul 7, 2008 at 3:50 PM, Paul McNett <[EMAIL PROTECTED]> wrote:
>>
>> Run menu item Actions|Show SQL. Post it here. Does it look right?
>>
>>
> Actually there was a WHERE condition that was preventing any records from
> being returned from the query.  After changing all the fields to "ignore", I
> get all the rows in the database when I'm running the script.  Let me see if
> I get the same results when it's compiled...
> 
> Okay, it's getting the data in the compiled version as well. 

This is great news. It means that there isn't anything in your machine's 
environment that is keeping things from working.


> So I'm
> guessing this means the problem lies with the code in my app.  

Yes. 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


> Any
> suggestions where I should start looking?  And why would it be that it would
> interact with the database when I select File|Run in the Class Designer, but
> not when it's compiled?

There's bound to be a simple answer.


> Thanks for your patience,

You are welcome!

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]

Reply via email to