[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: on packaging TurboGears 0.8.9



On 6/3/06, Gustavo Noronha Silva <kov@debian.org> wrote:
Em Sex, 2006-06-02 às 18:55 -0300, Gustavo Franco escreveu:
> Hi Kov,

Hey,

> I've installed python-turbogears 0.9a6-1 from your repository[0] and i
> see the following error message:
[...]
> pkg_resources.DistributionNotFound: TurboGears==0.9a6

Could you run a python interpreter and type the following?:

import pkg_resources
pkg_resources.require ('TurboGears')

That'll tell you exactly what's the problem, then I can fix it in the
package deps or somewhere else =).


$ python2.4
Python 2.4.2 (#2, Nov 20 2005, 17:04:48)
[GCC 4.0.3 20051111 (prerelease) (Debian 4.0.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import pkg_resources
pkg_resources.require ('TurboGears')
Traceback (most recent call last):
 File "<stdin>", line 1, in ?
 File "/usr/lib/python2.4/site-packages/setuptools-0.6a9-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.6a9-py2.4.egg/pkg_resources.py",
line 487, in resolve
   raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (setuptools 0.6a9
(/usr/lib/python2.4/site-packages/setuptools-0.6a9-py2.4.egg),
Requirement.parse('setuptools>=0.6a11'))

In other words, it needs python-setuptools >= 0.6a11-1, but the latest
in Debian is 0.6a9-1. :)

(...)

thanks,
-- stratus



Reply to: