waugust, it sounds like you've got an updated version of Routes. That's the likely cause of the 404. The thing with FormEncode is simplu a warning, and safe to ignore.
Now, for steps you can use on Ubuntu to try out TG2, run the following commands: cd $HOME deactivate virtualenv --no-site-packages tg21b2 source tg21b2/bin/activate easy_install -i http://www.turbogears.org/2.1/downloads/current/index/tg.devtools paster quickstart tg21tut cd tg21tut python setup.py develop -i http://www.turbogears.org/2.1/downloads/current/index/ paster setup-app development.ini paster serve development.ini I know that the above steps work just fine, since that is what I'm using myself on my Ubuntu 10.04 environment. On Sat, Jul 24, 2010 at 6:36 PM, waugust <[email protected]> wrote: > Greetings, > > I followed the install instructions to a T and while running in tg2env > (ubuntu 10.04), i start paster serve development.ini (in my project > root folder); I get logging messages in the shell showing something > like: > 15:05:05,685 INFO [tg.i18n] Language ['en-US', 'en']: not supported > 15:05:05,686 INFO [tg.i18n] Language ['en-US', 'en']: not supported > by FormEncode > Now I've seen somewhere that this is an irrelevent bug, though when I > go to 127.0.0.1:8080 i get a 404. I tried changing development.ini to > serve on different ports but nothing worked for me thus far... help! :) > > -- > 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]<turbogears%[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], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- 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.

