Reading through the page you linked, and your copy of the log below, this
looks to me like you skipped a step.

Specifically, tg2 must be installed before tgdevtools-dev. These commands
should help:

mkdir src
cd src
hg clone http://bitbucket.org/turbogears/tg-dev/
cd tg-dev
python setup.py develop
cd ..
hg clone http://bitbucket.org/turbogears/tgdevtools-dev/
cd tgdevtools-dev
python setup.py develop
cd ..

Same commands from that doc, but notice that tg-dev is done before
tgdevtools-dev.

On Tue, Dec 8, 2009 at 11:40 AM, Diez B. Roggisch <[email protected]> wrote:

> 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]<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.


Reply via email to