[Numpy-discussion] zip safe egg?

Bryce Hendrix bhendrix at enthought.com
Thu Oct 5 13:34:24 EDT 2006


Is anyone using the numpy egg compressed? Recent versions of setuptools 
seem to think it is zip safe, but this causes builds to fail which 
compile with the numpy headers. Can we change the setup.py to default to 
not zip safe (by adding zip_safe=False as a keyword arg to the setup 
function call)?

Bryce




More information about the NumPy-Discussion mailing list