On 29 January 2014 14:25, Vinay Sajip <[email protected]> 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
_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to