Hi all, is this:
http://wiki.pylonshq.com/display/pylonsdocs/Using+SQLAlchemy+with+Pylons
the new default, preferred way of using SQLalchemy with Pylons? It
seems now I have to add something like:
engine = engine_from_config(config, 'sqlalchemy.')
init_model(engine)
otherwise I get errors like:
<class 'sqlalchemy.exceptions.ProgrammingError'>: (ProgrammingError)
SQLite objects created in a thread can only be used in that same
thread.The object was created in thread id -1224172656 and this is
thread id -1249350768 None [{}]
Thanks for your input.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---