On Mon, Jul 14, 2008 at 9:05 PM, pynoob <[EMAIL PROTECTED]> wrote: > > Following the 2.0 docs, Im trying to get it installed - > > I do have : > ii python2.5 > 2.5.2-6 An interactive high-level object-oriented > la > ii python2.5-dev > 2.5.2-6 Header files and a static library for > Python > ii python2.5-minimal > 2.5.2-6 A minimal subset of the Python language > (ver > > When I try to run the setup - (Step 1) - this is what happens: > > :~# curl http://peak.telecommunity.com/dist/ez_setup.py | sudo python > % Total % Received % Xferd Average Speed Time Time > Time Current > Dload Upload Total Spent > Left Speed > 100 9419 100 9419 0 0 54149 0 --:--:-- --:--:-- > --:--:-- 106k > Downloading > http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c8-py2.5.egg > Traceback (most recent call last): > File "<stdin>", line 267, in <module> > File "<stdin>", line 200, in main > File "build/bdist.linux-i686/egg/setuptools/__init__.py", line 2, in > <module> > File "build/bdist.linux-i686/egg/setuptools/extension.py", line 2, > in <module> > File "build/bdist.linux-i686/egg/setuptools/dist.py", line 6, in > <module> > File "/usr/lib/python2.5/site-packages/setuptools/command/sdist.py", > line 3, in <module> > import os, re, sys, pkg_resources > File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2581, > in <module> > add_activation_listener(lambda dist: dist.activate()) > File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 640, > in subscribe > callback(dist) > File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2581, > in <lambda> > add_activation_listener(lambda dist: dist.activate()) > File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2130, > in activate > map(declare_namespace, > self._get_metadata('namespace_packages.txt')) > File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1735, > in declare_namespace > __import__(parent) > ImportError: No module named peak > > Any suggestions on what I am missing? where is peak module? > >
What OS are you using? You should have easy_install on it if you are using Linux. then virtualenv --no-site-packages tg2env cd tg2env source bin/activate easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index tg.devtools Lucas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

