I also had a similar problem going from 0.5 to 0.8...  no tg-admin.py
and I also couldn't run my <project>-start.py which died with the
following error:

--snip--

Traceback (most recent call last):
  File "rdsnews-start.py", line 3, in ?
    pkg_resources.require("TurboGears")
  File 
"/usr/lib/python2.4/site-packages/setuptools-0.6a1-py2.4.egg/pkg_resources.py",
line 503, in require
    needed = self.resolve(parse_requirements(requirements))
  File 
"/usr/lib/python2.4/site-packages/setuptools-0.6a1-py2.4.egg/pkg_resources.py",
line 480, in resolve
    dist = best[req.key] = env.best_match(req, self, installer)
  File 
"/usr/lib/python2.4/site-packages/setuptools-0.6a1-py2.4.egg/pkg_resources.py",
line 629, in best_match
    dist = working_set.find(req)
  File 
"/usr/lib/python2.4/site-packages/setuptools-0.6a1-py2.4.egg/pkg_resources.py",
line 382, in find
    raise VersionConflict(dist,req)     # XXX add more info
pkg_resources.VersionConflict: (setuptools 0.6a1
(/usr/lib/python2.4/site-packages/setuptools-0.6a1-py2.4.egg),
Requirement.parse('setuptools>=0.6a5'))

--/snip--

Running "sudo easy_install.py --upgrade setuptools" fixed the
setuptools dependancy, but I still don't have the tg-admin.py and
asking easy_setup to upgrade didn't fix it.

Regards,

Lee

On 13/10/05, Michael Schneider <[EMAIL PROTECTED]> wrote:
>
> Kevin,
>
> I followed the upgrade procedure, and started following the getting
> started guide.
>
>
> tg-admin was not installed in the python24/Scripts directory and
> turbogears-admin was still there
>
>
> I am on  Windows XP Pro, latest patches, Python - latest
>
> running on an account with admin access
>
> any thoughts?
>
> Thanks
> Mike
>
> ----------------------- Install log
> ----------------------------------------------------
>
> C:\devTesting\scheduler\scheduler\core>easy_install -f
> http://www.turbogears.org
> /download/index.html TurboGears
> Reading http://www.turbogears.org/download/index.html
> Searching for TurboGears
> Best match: TurboGears 0.8a1
> Downloading
> http://www.turbogears.org/download/eggs/TurboGears-0.8a1-py2.4.egg
> Processing TurboGears-0.8a1-py2.4.egg
> creating c:\python24\lib\site-packages\TurboGears-0.8a1-py2.4.egg
> Extracting TurboGears-0.8a1-py2.4.egg to c:\python24\lib\site-packages
> Removing turbogears 0.5.1 from easy-install.pth file
> Adding TurboGears 0.8a1 to easy-install.pth file
>
> Installed c:\python24\lib\site-packages\turbogears-0.8a1-py2.4.egg
> Processing dependencies for TurboGears
> Searching for kid>=0.7adev-r186
> Best match: kid 0.7adev-r186
> Downloading
> http://www.turbogears.org/download/eggs/kid-0.7adev_r186-py2.4.egg
> Processing kid-0.7adev_r186-py2.4.egg
> creating c:\python24\lib\site-packages\kid-0.7adev_r186-py2.4.egg
> Extracting kid-0.7adev_r186-py2.4.egg to c:\python24\lib\site-packages
> Removing kid 0.7a from easy-install.pth file
> Adding kid 0.7adev-r186 to easy-install.pth file
> Installing kid script to C:\Python24\Scripts
> Installing kidc script to C:\Python24\Scripts
>
> Installed c:\python24\lib\site-packages\kid-0.7adev_r186-py2.4.egg
> Searching for CherryPy>=2.1.0-rc2
> Best match: CherryPy 2.1.0-rc2
> Downloading
> http://www.turbogears.org/download/eggs/CherryPy-2.1.0_rc2-py2.4.egg
>
> Processing CherryPy-2.1.0_rc2-py2.4.egg
> creating c:\python24\lib\site-packages\CherryPy-2.1.0_rc2-py2.4.egg
> Extracting CherryPy-2.1.0_rc2-py2.4.egg to
> c:\python24\lib\site-packages
> Removing cherrypy 2.1.0-betadev from easy-install.pth file
> Adding CherryPy 2.1.0-rc2 to easy-install.pth file
>
> Installed c:\python24\lib\site-packages\cherrypy-2.1.0_rc2-py2.4.egg
> Searching for SQLObject>=0.7
> Best match: SQLObject 0.7.0
> Downloading
> http://www.turbogears.org/download/eggs/SQLObject-0.7.0-py2.4.egg
> Processing SQLObject-0.7.0-py2.4.egg
> creating c:\python24\lib\site-packages\SQLObject-0.7.0-py2.4.egg
> Extracting SQLObject-0.7.0-py2.4.egg to c:\python24\lib\site-packages
> Removing sqlobject 0.7b1dev from easy-install.pth file
> Adding SQLObject 0.7.0 to easy-install.pth file
> Installing sqlobject-admin script to C:\Python24\Scripts
>
> Installed c:\python24\lib\site-packages\sqlobject-0.7.0-py2.4.egg
> Searching for FormEncode>=0.2.2
> Best match: FormEncode 0.2.3dev-r1104
> Downloading
> http://www.turbogears.org/download/eggs/FormEncode-0.2.3dev_r1104-py
> 2.4.egg
> Processing FormEncode-0.2.3dev_r1104-py2.4.egg
> creating
> c:\python24\lib\site-packages\FormEncode-0.2.3dev_r1104-py2.4.egg
> Extracting FormEncode-0.2.3dev_r1104-py2.4.egg to
> c:\python24\lib\site-packages
> Removing formencode 0.2.1 from easy-install.pth file
> Adding FormEncode 0.2.3dev-r1104 to easy-install.pth file
>
> Installed
> c:\python24\lib\site-packages\formencode-0.2.3dev_r1104-py2.4.egg
> -------------------------------------------------------------------------
>
>

Reply via email to