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

Reply via email to