[Distutils] Multi-version import support for wheel files

Chris Barker - NOAA Federal chris.barker at noaa.gov
Sun Aug 25 18:19:00 CEST 2013


On Sun, Aug 25, 2013 at 12:06 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
> anyone that is
> currently doing side-by-side multi-versioning in Python is using the
> pkg_resources API to do it, since that's the only option currently
> available.

I'm not sure it changes anything, but there are other options - ones
specific to particular packages. For instance, wxPython has
wx.version. And at least a few years ago, some other major packages
(pyGTK?) also had roll-your-own approaches. I have no idea how active
any of those are (wxPython's still works, though not on the Mac, and I
don't think sees much use).

-Chris

-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov


More information about the Distutils-SIG mailing list