Kevin Cole a écrit : > In an effort to narrow down the problem even further, I just tried: > > $ tg-admin quickstart --elixir > /usr/lib/python2.4/site-packages/SQLAlchemy-0.4.0beta5-py2.4.egg/ > You should not use SA 0.4 with Elixir because EX does not support SA 0.4 yet. Try to downgrade to SA 0.3.10 (this version is compatible) using the following command:
easy_install -U "SQLAlchemy==0.3.10" The other option is to drop Elixir and just use SA 0.4... For your information I just commited a patch to 1.0 branch to make sure the error does not pass unnoticed as it is now happening. Florent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

