[Numpy-discussion] zip safe egg?

Bryce Hendrix bhendrix at enthought.com
Thu Oct 5 13:52:27 EDT 2006


Robert Kern wrote:
> It is not zip-safe if you want to compile against the headers. That keyword 
> can't be added to the setup() call in the trunk's setup.py because numpy cannot 
> depend on setuptools, at the moment.
>
>   
Adding the keyword does not break builds not using setuptools, the build 
just prints a warning that its not a valid keyword. I just discovered 
this is also an issue for scipy eggs when building with weave.

Perhaps the best solution is to complain to the setuptools list, I'm 
just looking for a quick fix for now.

Bryce




More information about the NumPy-Discussion mailing list