> Is there a, say, performance penalty in using compressed eggs?
To the contrary, it can be faster to import from a zip file than from
the file system.
Christian
--
http://mail.python.org/mailman/listinfo/python-list
mk wrote:
> Hello everyone,
>
> Are there *good* reasons to use uncompressed eggs?
Plenty. Mostly that some things simply don't work in compressed eggs. See
the zipsafe-flag in setuptools-docs.
> Is there a, say, performance penalty in using compressed eggs?
Not that it matters I'd say - only