[Python-Dev] setuptools in 2.5. (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Fri Apr 21 14:40:19 CEST 2006
- Previous message: [Python-Dev] setuptools in 2.5.
- Next message: [Python-Dev] setuptools in 2.5.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] setuptools in 2.5.
- Next message: [Python-Dev] setuptools in 2.5.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]