I'm trying to do an rpm package of enthought kiva for a Fedora 5 system. 
Enthought kiva imports numpy.distutils.core setup, probably because it has
a lot of mathematical functions to compile as part of the package.

Doing bdist_rpm for Fedora requires using a setup.cfg that contains

[install]
optimize=1

because SE-Linux needs to know all the files involved, including the pyc
and pyo files, and this is best done by having distutils/setuptools both
create the pyc/pyo files and the rpm spec file.

However, when I run the enthought kiva setup.py with the proper setup.cfg,
I get an error ("unpackaged files") indicating that the numpy distutils
did not properly process the setup.cfg file.

How do I fix it?

Thanks.


Stan Klein







_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to