On Jan 23, 2008 3:56 PM, lloyd <[EMAIL PROTECTED]> wrote:
>
> I'm going through the tutorial - After running python start-wiki20.py
> I get a traceback with the following message on the last line:
>
> :pkg_resources.VersionConflict(sqlobject 0.10.0b1 (c:\python\lib\site-
> packages\sqlobject-0.10.0b1-py2.5.egg),
> requirement.parse('SQLObject>=0.8.<0.10dev'>>
>
> Any idea what's happening here?You have a version of SQLObject which is not "supported". If you can afford this, the easiest way to correct this is to downgrade SQLObject to the desired version using the command: easy_install -UZ 'SQLObject>=0.8.<0.10dev' Florent. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

