From: Bryce H. <bhe...@en...> - 2006-10-05 17:48:29
|
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 |