Trying to start a 2.1b2 project. I get this:

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.6/bin/paster",
line 8, in <module>
    load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')
()
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/
command.py", line 73, in run
    commands = get_commands()
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/
command.py", line 115, in get_commands
    plugins = pluginlib.resolve_plugins(plugins)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/
pluginlib.py", line 81, in resolve_plugins
    pkg_resources.require(plugin)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py",
line 666, in require
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py",
line 569, in resolve
pkg_resources.VersionConflict: (SQLAlchemy 0.6.1 (/Library/Frameworks/
Python.framework/Versions/2.6/lib/python2.6/site-packages/
SQLAlchemy-0.6.1-py2.6.egg),
Requirement.parse('SQLAlchemy>=0.5.0,<=0.5.99'))

I *had* found a requirement in mapfish that looked like
SQLAlchemy>=0.5.0,<=0.5.99, but I deleted that line. The string
SQLAlchemy>=0.5.0,<=0.5.99 occurs nowhere in the project (checked with
grep, also for various substrings). There isn't obviously a way to get
an actually useful error message that would tell me where it's getting
the conflicting requirement.

I would appreciate some advice (this is MacOS 10.6.3). I'm trying to
get started with TurboGears, and on this new Mac with hardly anything
installed on it, I've now been working at just launching this damn
project for four days now.

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