Hello, I am trying to follow the 20 Min Wiki Tutorial. However, right
out of the box, when I try to start the server, I get this:




Traceback (most recent call last):
  File "./start-wiki20.py", line 15, in ?
    start()
  File "/Users/eric/Wiki-20/wiki20/commands.py", line 50, in start
    from wiki20.controllers import Root
  File "/Users/eric/Wiki-20/wiki20/controllers.py", line 5, in ?
    pkg_resources.require("SQLObject==bugfix,>=0.7.1dev-
r1860,<=0.7.99")
  File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/setuptools-0.6c7-py2.4.egg/pkg_resources.py",
line 626, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/setuptools-0.6c7-py2.4.egg/pkg_resources.py",
line 528, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (SQLObject 0.10.0b1 (/Library/
Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/
SQLObject-0.10.0b1-py2.4.egg),
Requirement.parse('SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99'))

It appears as though an acceptable version of SQLObject is not
recognized?

Can anybody help?

Thanks

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

Reply via email to