[Distutils] Two versions of SQLAlchemy side-by-side?
Phillip J. Eby
pje at telecommunity.com
Tue Apr 29 20:39:06 CEST 2008
At 01:18 PM 4/29/2008 -0500, skip at pobox.com wrote:
>Thanks. Worked like a charm. I'll have to check out --multi-version. I've
>never used it before. Is there any downside to using it?
The only downside is that you won't be able to "import sqlalchemy" at
all, without first importing pkg_resources and require()-ing the
desired version. And in your current scenario, you'll want to keep
0.3.3 as your default since other packages with an open-ended version
requirement would end up selecting 0.4.5.
More information about the Distutils-SIG
mailing list