I'm trying to do the 20-minute wiki project but when I run:
'tg-admin sql create' I get the following:

Traceback (most recent call last):
  File "/usr/local/bin/tg-admin", line 8, in <module>
    load_entry_point('TurboGears==1.0.4.4', 'console_scripts', 'tg-
admin')()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/TurboGears-1.0.4.4-py2.5.egg/turbogears/
command/base.py", line 369, in main
    command.run()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/TurboGears-1.0.4.4-py2.5.egg/turbogears/
command/base.py", line 126, in run
    command.the_runner.run(sys.argv)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/SQLObject-0.10.2-py2.5.egg/sqlobject/manager/
command.py", line 101, in run
    runner.run()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/SQLObject-0.10.2-py2.5.egg/sqlobject/manager/
command.py", line 307, in run
    self.command()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/SQLObject-0.10.2-py2.5.egg/sqlobject/manager/
command.py", line 628, in command
    for soClass in self.classes(require_some=True):
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/SQLObject-0.10.2-py2.5.egg/sqlobject/manager/
command.py", line 319, in classes
    all.extend(self.classes_from_egg(egg_spec))
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/SQLObject-0.10.2-py2.5.egg/sqlobject/manager/
command.py", line 487, in classes_from_egg
    moduleloader.load_module(mod)))
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/SQLObject-0.10.2-py2.5.egg/sqlobject/util/
moduleloader.py", line 5, in load_module
    mod = __import__(module_name)
  File "/Users/amazingcustomer/coreyWikiA/coreywikia/model.py", line
2, in <module>
    pkg_resources.require("SQLObject>=0.8,<=0.10.0")
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/setuptools-0.6c7-py2.5.egg/pkg_resources.py",
line 626, in require
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/setuptools-0.6c7-py2.5.egg/pkg_resources.py",
line 528, in resolve
pkg_resources.VersionConflict: (SQLObject 0.10.2 (/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/site-packages/
SQLObject-0.10.2-py2.5.egg),
Requirement.parse('SQLObject>=0.8,<=0.10.0'))
amazing-customers-ibook-g4-2:~/coreyWikiA amazingcustomer$


Whatever I'm missing is I'm sure a simple thing for you folks.  Again,
I'm sorry I'm so stupid.  Thanks in advance for any help.

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