[sqlalchemy] can not operate in a closed cursor

2010-03-09 Thread Udara Liyanage
i got this error when i was fallowing the tutorial metadata.create_all(engine) what is the reason for this? what should i do to overcome this? thank in advance. -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to

Re: [sqlalchemy] can not operate in a closed cursor

2010-03-09 Thread Michael Bayer
Udara Liyanage wrote: i got this error when i was fallowing the tutorial metadata.create_all(engine) what is the reason for this? what should i do to overcome this? this kind of question requires: 1. what database backend and driver are you using 2. what version of SQLAlchemy are you using