Eric :
To UPGRADE the version, you'd type
$ sudo easy_install -U TurboGears
instead of
$ easy_install turbogears (won't update your current version)
Graham Higgins wrote:
>
> Now, when I try to run TG I get:
>
> pkg_resources.VersionConflict: (TurboKid 0.9.8
> (/usr/lib/python2.4/site-packages/TurboKid-0.9.8-py2.4.egg),
> Requirement.parse('TurboKid>=0.9.9'))
>
Graham:
I'm not sure is the version changed,
but here's a quickfix from your log,
you may try to edit
"/usr/lib/python2.4/site-packages/turbogears.../turbogears/setup.py"
There's a "install_requires" list that contains "TurboKid >= 0.9.8"
Maybe in your version the value is changed to "TurboKid >= 0.9.9"(Which
isn't released yet)
--
Fred
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---