zaf schrieb:
>> What happens when you do "from turbogears.database import get_engine" in
>> your project directory in an interactive Python session?
> 
> It works both in the regular python shell and the tg-admin shell.
> It's weird, I don't get it.

Then I suspect there is something wrong with your production
configuration. When you do "tg-admin shell" in your project directory,
you get the configuration from dev.cfg, unless you specify another
config file on the command line.

> Was there a change in SQLAlchemy's required version ?

If so, what would this have to do with it? You are using the same SA
version when you start your app with the start script and when you use
the Python shell, right? Otherwise experimenting makes no sense.

Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to