This is probably something very simple, but all this easy_install and
egg stuff is confusing me :-(

So I did a svn up, python setup.py develop, and tg-admin quickstart.
At the end of the command, I get:

unning /usr/bin/python setup.py egg_info
Error (exit code: 1)
Traceback (most recent call last):
  File "setup.py", line 2, in ?
    from turbogears.finddata import find_package_data
  File "/home/diwaker/software/turbogears/turbogears/__init__.py", line 11, in ?
    from turbogears import startup
  File "/home/diwaker/software/turbogears/turbogears/startup.py", line 8, in ?
    pkg_resources.require("TurboGears")
  File 
"/usr/lib/python2.4/site-packages/setuptools-0.6a8-py2.4.egg/pkg_resources.py",
line 503, in require
    needed = self.resolve(parse_requirements(requirements))
  File 
"/usr/lib/python2.4/site-packages/setuptools-0.6a8-py2.4.egg/pkg_resources.py",
line 487, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (CherryPy 2.1.0-rc2
(/usr/lib/python2.4/site-packages/CherryPy-2.1.0_rc2-py2.4.egg),
Requirement.parse('CherryPy>=2.1.0,!=2.1.0-beta,!=2.1.0-rc1,!=2.1.0-rc2'))

Traceback (most recent call last):
  File "/usr/bin/tg-admin", line 7, in ?
    sys.exit(
  File "/home/diwaker/software/turbogears/turbogears/command/__init__.py",
line 233, in main
    command.run()
  File "/home/diwaker/software/turbogears/turbogears/command/quickstart.py",
line 89, in run
    command.run(cmd_args)
  File 
"/usr/lib/python2.4/site-packages/PasteScript-0.3.1-py2.4.egg/paste/script/command.py",
line 176, in run
    result = self.command()
  File 
"/usr/lib/python2.4/site-packages/PasteScript-0.3.1-py2.4.egg/paste/script/create_distro.py",
line 94, in command
    cwd=output_dir)
  File 
"/usr/lib/python2.4/site-packages/PasteScript-0.3.1-py2.4.egg/paste/script/command.py",
line 474, in run_command
    raise OSError("Error executing command %s" % cmd)
OSError: Error executing command /usr/bin/python

It seems I'm missing something related to CherryPy and PasteScript. I
tried doing a 'python setup.py install' in thirdparty/cherrypy, that
didn't help. I also tried easy_install -U PasteScript CherryPy, that
didn't help either.

Any ideas?

TIA :)
--
Web/Blog/Gallery: http://floatingsun.net

Reply via email to