Hi, I didn't want my question to get lost in the SQLAlchemy vs. SQLObject thread.
We have a working project using TurboGears. We can't use SQLObject because it uses the LGPL so we wrote a minimal object mapper db librabry. We'd prefer to use sqlalchemy since it has a better license and looks like it is going to be the long term supported project. I was wondering if sqlalchemy support is ready to use yet? I tried downloading the current svn trunk and ran tg-admin quickstart but the resulting project won't run. I get a message about TGVisit not having an attribute mapper_extension. I assume this has to do with the change in the sqlalchemy api from 0.1 to 0.2? At this point I'm mainly doing a little research work to see how sqlalchemy support is going and to try out some of the newer features in Turbogears. (like widgets.) If you'd like to see our project you can have a look at www.enronemails.com You'll need to register... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

