I took some time (too much actually) to figure out why "tg-admin sql create" did not work for me: the default quickstart dburi in dev.cfg is missing a slash, should look like:
sqlalchemy.dburi="sqlite:///%(current_dir_uri)s/devdata.sqlite" Otherwise sqlite tries to access the wrong path, at least in my configuration. Maybe this can save some people time. Oh, it's so great to have SQLAlchemy-support working now, thank you a lot! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk -~----------~----~----~----~------~----~------~--~---
