Re: Compressed vs uncompressed eggs

2009-01-12 Thread Christian Heimes
> 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

Re: Compressed vs uncompressed eggs

2009-01-12 Thread Diez B. Roggisch
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

Compressed vs uncompressed eggs

2009-01-12 Thread mk
Hello everyone, Are there *good* reasons to use uncompressed eggs? Is there a, say, performance penalty in using compressed eggs? Regards, mk -- http://mail.python.org/mailman/listinfo/python-list