I only have a second to reply... you can definitely install the egg if you point easy_install directly at the paste egg URL that's on the turbogears download page...
Kevin On 1/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Doesn't work for me either ... > > vizlab:~/tmp/turbogears_SVN> python setup.py develop --find-links > http://www.turbogears.org/download/index.html > running develop > running egg_info > writing requirements to TurboGears.egg-info/requires.txt > writing TurboGears.egg-info/PKG-INFO > writing top-level names to TurboGears.egg-info/top_level.txt > writing entry points to TurboGears.egg-info/entry_points.txt > writing manifest file 'TurboGears.egg-info/SOURCES.txt' > running build_ext > Creating > /home/drw900/packages/python24/lib/python2.4/site-packages/TurboGears.egg-link > (link to .) > TurboGears 0.9a0dev-r453 is already the active version in > easy-install.pth > Installing tg-admin script to /home/drw900/packages/python24/bin > > Installed /home/drw900/tmp/turbogears_SVN > Processing dependencies for TurboGears==0.9a0dev-r453 > Searching for PasteScript>=0.4dev-r4192 > Reading http://www.python.org/pypi/PasteScript/ > Reading http://pythonpaste.org/script/ > No local packages or download links found for PasteScript>=0.4dev-r4192 > error: Could not find distribution for > Requirement.parse('PasteScript>=0.4dev-r4192') > > -Drew > Kevin Dangoor wrote: > > try this: > > > > python setup.py develop --find-links > > http://www.turbogears.org/download/index.html > > > > Kevin > > > > On 1/4/06, Jared Kuolt <[EMAIL PROTECTED]> wrote: > > > > > > After python setup.py develop: > > > > > > Searching for PasteScript>=0.4dev-r4192 > > > Reading http://www.python.org/pypi/PasteScript/ > > > Reading http://pythonpaste.org/script/ > > > No local packages or download links found for PasteScript>=0.4dev-r4192 > > > error: Could not find distribution for > > > Requirement.parse('PasteScript>=0.4dev-r4192') > > > > > > > > > -- > > Kevin Dangoor > > Author of the Zesty News RSS newsreader > > > > email: [EMAIL PROTECTED] > > company: http://www.BlazingThings.com > > blog: http://www.BlueSkyOnMars.com > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

