> Have you tried adding the -U switch to the install command?
On the ez_setup yes, copied exactly from the web page instructions. Deleting the old TurboGears package material from the Python site-packages did the trick. > > On 3/11/06, Justin Johnson <[EMAIL PROTECTED]> wrote: > >> >>I'm not even getting that far! >> >>Following the instructions on the web page gives: >> >>Searching for TurboGears >>Best match: turbogears 0.8a6 >>Processing turbogears-0.8a6-py2.4.egg >>turbogears 0.8a6 is already the active version in easy-install.pth >>Installing tg-admin-script.py script to c:\Python24\Scripts >>Installing tg-admin.exe script to c:\Python24\Scripts >> >>Using c:\python24\lib\site-packages\turbogears-0.8a6-py2.4.egg >>Processing dependencies for TurboGears >> >>Guess I'll have to go deleting stuff. Still, means the instructions on >>the web page aren't quite telling all. >> >> >> >>>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 >>> >>> >>> >>> >>> >> >> >> >> > > > -- > cheers > elvelind grandin > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

