Hai all,
I am new to Turbogears and i followed the installation instruction
given in the Turbogears todo application tutorial (http://
docs.turbogears.org/1.0/TodoList). I started off by creating a new
project using
#tg-admin quickstart helloworld
...
I have installed sqlite through apt-get previously.
I didnot do anything else. When i tried to run start-helloworld.py
from /helloworld it gave me the following error.
[EMAIL PROTECTED]:~/python/helloworld$ python start-helloworld.py
Traceback (most recent call last):
File "start-helloworld.py", line 15, in <module>
start()
File "/home/sudarsanyes/python/helloworld/helloworld/commands.py",
line 50, in start
from helloworld.controllers import Root
File "/home/sudarsanyes/python/helloworld/helloworld/
controllers.py", line 5, in <module>
pkg_resources.require("SQLObject>=0.8,<0.10dev")
File "/usr/lib/python2.5/site-packages/setuptools-0.6c7-py2.5.egg/
pkg_resources.py", line 626, in require
File "/usr/lib/python2.5/site-packages/setuptools-0.6c7-py2.5.egg/
pkg_resources.py", line 528, in resolve
pkg_resources.VersionConflict: (SQLObject 0.10.0b1 (/usr/lib/python2.5/
site-packages/SQLObject-0.10.0b1-py2.5.egg),
Requirement.parse('SQLObject>=0.8,<0.10dev'))
Can somebody help me with this.
Thanks,
Sudarsan Srinivasan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---