apm wrote: > Hi all > > After considering all the Python Web frameworks out there I finally > settled on TurboGears. Its open nature appeals to me and my plans for > an interactive site. However, I am a bit confused about the state of > TG 1.0, 1.1, 2.0. Where to start? > > So, being prepared for things to come, I decided to use TG 1.0.3.2 > with SQLAlchemy (and Genshi, MochiKit/Dojo later on, hopefully) and to > follow the Rough Docs at http://www.splee.co.uk/2006/10/14/simpleblog-part-1/. > > However, after the first little editing of model.py the only thing I > get is the following: > > > >> tg-admin sql create >> Just getting going with tb, and fell over some of this too.
When you start the project use -s: tg-admin quickstart -s In dev.cfg in your project folder you need to have something along these lines: sqlalchemy.dburi="firebird://user:[EMAIL PROTECTED]:3050/C:/dir/project/tbtest.fdb" Werner --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

