Seems like you have an out of date routes package for some reason.... Try easy_install -U Routes
On Fri, Feb 13, 2009 at 12:16 PM, Babu Koshy <[email protected]> wrote: > > I am sorry, I still get the following errors.. > > (tg2env)Babu-2:Wiki-20 babu$ pwd > /Users/babu/tg2env/Wiki-20 > (tg2env)Babu-2:Wiki-20 babu$ ls -l > total 48 > -rw-r--r-- 1 babu babu 137 Feb 14 01:40 MANIFEST.in > -rw-r--r-- 1 babu babu 689 Feb 14 01:40 README.txt > -rw-r--r-- 1 babu babu 2861 Feb 14 02:06 development.ini > drwxr-xr-x 4 babu babu 136 Feb 14 01:40 ez_setup > -rw-r--r-- 1 babu babu 547 Feb 14 01:40 setup.cfg > -rw-r--r-- 1 babu babu 1255 Feb 14 01:40 setup.py > -rw-r--r-- 1 babu babu 511 Feb 14 01:40 test.ini > drwxr-xr-x 12 babu babu 408 Feb 14 01:40 wiki20 > (tg2env)Babu-2:Wiki-20 babu$ python setup.py develop > Traceback (most recent call last): > File "setup.py", line 41, in <module> > """, > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/distutils/core.py", line 112, in setup > _setup_distribution = dist = klass(attrs) > File "/Users/babu/tg2env/lib/python2.5/site-packages/ > setuptools-0.6c9-py2.5.egg/setuptools/dist.py", line 223, in __init__ > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/distutils/dist.py", line 267, in __init__ > self.finalize_options() > File "/Users/babu/tg2env/lib/python2.5/site-packages/ > setuptools-0.6c9-py2.5.egg/setuptools/dist.py", line 256, in > finalize_options > File "/Users/babu/tg2env/lib/python2.5/site-packages/ > setuptools-0.6c9-py2.5.egg/pkg_resources.py", line 1913, in load > File "/Users/babu/tg2env/lib/python2.5/site-packages/Babel-0.9.4- > py2.5.egg/babel/messages/__init__.py", line 16, in <module> > from babel.messages.catalog import * > File "/Users/babu/tg2env/lib/python2.5/site-packages/Babel-0.9.4- > py2.5.egg/babel/messages/catalog.py", line 30, in <module> > from babel.dates import format_datetime > File "/Users/babu/tg2env/lib/python2.5/site-packages/Babel-0.9.4- > py2.5.egg/babel/dates.py", line 34, in <module> > LC_TIME = default_locale('LC_TIME') > File "/Users/babu/tg2env/lib/python2.5/site-packages/Babel-0.9.4- > py2.5.egg/babel/core.py", line 642, in default_locale > return '_'.join(filter(None, parse_locale(locale))) > File "/Users/babu/tg2env/lib/python2.5/site-packages/Babel-0.9.4- > py2.5.egg/babel/core.py", line 763, in parse_locale > raise ValueError('expected only letters, got %r' % lang) > ValueError: expected only letters, got 'utf-8' > > On Feb 14, 2009, at 2:04 AM, jorge.vargas wrote: > >> >> On Fri, Feb 13, 2009 at 1:00 PM, Babu <[email protected]> wrote: >>> >>> installed the latest tg2 without any issues. But paster is not able >>> to start the server >>> >> hey, >> >> if you are following the Wiki20 tutorial you need to run >> >> $ python setup.py develop for it to become your active package. >> >> > > > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
