[Python-Dev] setuptools in 2.5.
Greg Ewing
greg.ewing at canterbury.ac.nz
Fri Apr 21 14:40:19 CEST 2006
Paul Moore wrote:
> Well, having 2 versions of a module installed and
> knowing that which one is in use depends on require calls which get
> issued at runtime worries me far more.
There's also the problem of having module A which requires
version 2.0 or earlier of Z, and B which requires 2.1 or later
of Z, and you want to use C which requires both A and B...
--
Greg
More information about the Python-Dev
mailing list