m h wrote:
> sorry about the spam (if this is a known issue)...
>
> I updated setuptools and re-ran "python setup.py develop" and now get
> the following:
>
> C:\Documents and Settings\Administrator\Desktop\matt\turbogears>python 
> setup.py
> develop
> 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 c:\program files\python23\lib\site-packages\TurboGears.egg-link 
> (link t
> o .)
> TurboGears 0.9a0dev-r286 is already the active version in easy-install.pth
> Installing tg-admin-script.py script to C:\Program Files\Python23\Scripts
> error: c:\program 
> files\python23\lib\site-packages\setuptools-0.6a9dev_r41617-py
> 2.3.egg\setuptools\cli.exe: No such file or directory

That's weird.  It looks like your setuptools installation is missing
some files.  I also notice you're using Python 2.3, which TurboGears
doesn't support, but setuptools should.  (I do most of my development
and testing of setuptools using Python 2.3 on Windows, so I'm *really*
surprised by the above.)

Did you get any error messages when you updated setuptools?  What's
weird to me is, is that if the file shown were missing, then it seems
to me that installing setuptools should've given you the exact same
error.

Reply via email to