What's the content of the file "requires.txt" of your egg project ?

I Think Should be TurboGears>=0.9a0dev.




Rune Hansen wrote:
> Hi,
> I'm usually pretty good at stuff like this, but now I'm at my wits end.
>
> After updating tg-0.9 from svn yesterday I haven't been able to get
> identity to work. Neither the files from http://newburyportion.com/
> nerd/2005/11/identity-sample (adopted to mysql) or projects created
> from quickstart will work.
>
> So, I tried updating(and when that didn't work - a complete re-
> install) from svn again about 1 hour ago.
> Now most of tg seems to work, but tg-admin sql create gives this error:
>
>   $ tg-admin-0.9 sql create
> Using database URI mysql://root:[EMAIL PROTECTED]:3306/id
> Traceback (most recent call last):
>    File "/usr/local/bin/tg-admin-0.9", line 7, in ?
>      sys.exit(
>    File "/Users/roderik/Downloads/turbogears/turbogears/turbogears/
> command/__init__.py", line 239, in main
>      command.run()
>    File "/Users/roderik/Downloads/turbogears/turbogears/turbogears/
> command/__init__.py", line 117, in run
>      command.the_runner.run(sys.argv)
>    File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/SQLObject-0.7.0-py2.4.egg/sqlobject/manager/
> command.py", line 102, in run
>      runner.run()
>    File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/SQLObject-0.7.0-py2.4.egg/sqlobject/manager/
> command.py", line 232, in run
>      self.load_options_from_egg(egg_spec)
>    File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/SQLObject-0.7.0-py2.4.egg/sqlobject/manager/
> command.py", line 415, in load_options_from_egg
>      dist, conf = self.config_from_egg(egg_spec)
>    File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/SQLObject-0.7.0-py2.4.egg/sqlobject/manager/
> command.py", line 425, in config_from_egg
>      pkg_resources.require(egg_spec)
>    File "/Library/Frameworks/Python.framework/Versions/2.4/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 "/Library/Frameworks/Python.framework/Versions/2.4/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: (TurboGears 0.9a0dev-r242 (/Users/
> roderik/Downloads/turbogears/turbogears), Requirement.parse
> ('TurboGears>=0.9a0'))
>
> I need to handle this problem so I can get back to tackle the
> identity problem. Suggestions anyone?
>
> regards
> /rune
>
> ---------------------------------------------------------------------
> Behind the firewall, nobody can hear you scream...

Reply via email to