I should have mentioned a fun little experiment to do with 2.1.1 that has never been able to fully work for me before:
virtualenv --no-site-packages tg211tst source tg211tst/bin/activate easy_install tg.devtools paster quickstart testingapp cd testingapp python setup.py develop paster setup-app development.ini paster serve development.ini And there you have it, your instant application. Oh, and you can run "python setup.py nosetests" too. The tests that come with it work just fine. As it turns out, it's not perfect: If you're on Python 2.4, you must "easy_install hashlib pysqlite" before setup-app will work. That'll be fixed for 2.1.2. Sorry about that guys, I missed one testing step somewhere, and have to figure it out. Anyway, there you have it. You can build a (very simple) web app in under 5 minutes, and be serving pages with it. I'm pleased, how about you all? :) On Thu, Jun 16, 2011 at 7:17 AM, Mengu <[email protected]> wrote: > i congratulate everyone on the new release! > > On Jun 16, 11:22 am, "Diez B. Roggisch" <[email protected]> wrote: > > Hi Michael, > > > > congrats for the release and thanks for stepping up & pushing things into > the > > right direction! It feels good to have that momentum behind TG2 again. > > > > Diez > > -- > 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. > > -- Michael J. Pedersen My IM IDs: Jabber/[email protected], AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] My LinkedIn Profile: http://www.linkedin.com/in/michaeljpedersen Twitter: pedersentg -- 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.

