> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Martijn Moeling > Sent: 15 October 2009 16:27 > To: [email protected] > Subject: [sqlalchemy] Re: [runs one one installation not on > the other] Declerative Relation trouble > > > Mod_python has nothing to do with this project, so I run it > from idle within X >
I have a feeling that Idle doesn't necessarily spawn a separate process to run your code, so you may have old definitions of your objects in memory. Try running it directly from the command line. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
