[Distutils] Using Wheel with zipimport

Paul Moore p.f.moore at gmail.com
Wed Jan 29 16:58:51 CET 2014


On 29 January 2014 14:25, Vinay Sajip <vinay_sajip at yahoo.co.uk> wrote:
> What *else* have we learned from eggs?

That designing modules to support zipimport correctly is non-trivial.
And that assuming that things work unless told otherwise is a bad
default behaviour.

That packaging solutions should not depend on runtime support modules.
How you package your code should not imply runtime dependencies.

That package installation utilities should not dabble in sys.path
manipulation. The import path is the user's responsibility.

Paul


More information about the Distutils-SIG mailing list