On Tuesday 08 December 2009 17:19:49 khaezzar wrote: > in page: > > http://www.turbogears.org/2.1/docs/building_docs.html > > i strictly follow the instructions to create my own "Documentation for > development" but in section "Setup" at line : > > python setup.py develop > > i got this: > > running develop > running egg_info > writing requirements to tg.devtools.egg-info/requires.txt > writing tg.devtools.egg-info/PKG-INFO > writing top-level names to tg.devtools.egg-info/top_level.txt > writing dependency_links to tg.devtools.egg-info/dependency_links.txt > writing entry points to tg.devtools.egg-info/entry_points.txt > reading manifest file 'tg.devtools.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > writing manifest file 'tg.devtools.egg-info/SOURCES.txt' > running build_ext > Creating /home/maestro/k007/tgdocs/lib/python2.6/site-packages/ > tg.devtools.egg-link (link to .) > tg.devtools 2.1a3 is already the active version in easy-install.pth > > Installed /home/maestro/k007/tgdocs/src/tg-dev/tgdevtools-dev > Processing dependencies for tg.devtools==2.1a3 > Searching for TurboGears2>=2.1a1 > Reading http://pypi.python.org/simple/TurboGears2/ > Reading http://www.turbogears.org > Reading http://www.turbogears.org/2.0/downloads/2.0.1/ > No local packages or download links found for TurboGears2>=2.1a1 > error: Could not find suitable distribution for Requirement.parse > ('TurboGears2>=2.1a1') > > > I use ubuntu 9.10 with python 2.6 . > > can you help ?
This most likely is you having already a TG2 version installed in python. Check the system python's site-packages. Always be *very* cautious when installing not polluting your systems python. 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.

