Em Sun, 23 Jul 2006 16:06:53 -0300
Leandro Lucarella <[EMAIL PROTECTED]> escreveu:

> I've just installed TG from debian repositories and I get this when
> doing tg-admin quickstart:

What package version? You can find out by typing:

$ dpkg -s python-turbogears | grep ^Version
Version: 0.9a8-1


[...]
>   File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 585,
> in require needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 487,
> in resolve raise VersionConflict(dist,req) # XXX put more info here
> pkg_resources.VersionConflict: (SQLObject 0.7.1b1
> (/usr/lib/python2.4/site-packages),
> Requirement.parse('SQLObject>=0.7.1dev-r1457'))
> 
[...]
 
> Is this a Debian issue?

Not really. It happens because of the weird versioning being used in
lots of projects. The problem here is that SQLObject's 0.7.1 beta 1,
which is newer than 0.7.1dev-r1457 actually evaluates as being older
(because b is lower than d).

Everyone trying to use 0.7.1 beta 1 will have this problem, but since
that was the one I packaged for experimental, I worked it around by
disabling the TG requirement (the Debian packaging system already takes
care of the depends, so that's not really a problem). There was one
specific version (quite old now) that did not have this work-around,
though, and you may be trying it.

See you,

-- 
Gustavo Noronha Silva <[EMAIL PROTECTED]>
http://people.debian.org/~kov/

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

Reply via email to