Hi everyone I tried upgrading to 0.9a1 by following directions at:
http://www.turbogears.org/preview/download/upgrade.html
i issued an
python ez_setup.py --script-dir /usr/local/bin -U setuptools
from root and easy_install -f
http://www.turbogears.org/preview/download/index.html
--script-dir /usr/local/bin TurboGears

I saw some warning from the install and when I try to run a package I
get these errors:
# ./mwiki-start.py
Traceback (most recent call last):
  File "./mwiki-start.py", line 3, in ?
    pkg_resources.require("TurboGears")
  File
"/usr/lib/python2.4/site-packages/setuptools-0.6a10-py2.4.egg/pkg_resources.py",
line 585, in require
    needed = self.resolve(parse_requirements(requirements))
  File
"/usr/lib/python2.4/site-packages/setuptools-0.6a10-py2.4.egg/pkg_resources.py",
line 487, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (CherryPy 2.1.1
(/usr/lib/python2.4/site-packages/CherryPy-2.1.1-py2.4.egg),
Requirement.parse('CherryPy>2.1.1'))

line 3 of the mwiki-start.py file is:
pkg_resources.require("TurboGears")

Any ideas how to fix this?
Thanks,
Mark


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to