Gentlebeings, I'm using today's checkout of TurboGears. I'd like to use SQLAlchemy, but I can't seem to get things to work; I'd love some feedback as to whether I'm missing something or things just aren't integrated yet.
* tg-admin sql create - doesn't seem to do anything, even when it runs without error. * weirdnesses with paths - a sqlite path entered into dev.cfg with the syntax presented returns a "can't open db" error. Stripping out the 'current dir' business and replacing it with an absolute path doesn't work. passing an identical path to create_engine() works fine. Why? e.g. sqlalchemy.dburi = "sqlite:///Users/mindlace/Source/XUI/dev.db" # doesn't work! * None of the toolbox stuff seems to be sqlalchemy aware. Should I even be trying to use SQLAlchemy in turbogears at this point? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

