[Numpy-discussion] bdist_egg trips up over non-extension extensions
Robert Kern
robert.kern at gmail.com
Tue Jan 24 12:24:12 CST 2006
Pearu Peterson wrote:
> Could you try recent version of numpy from SVN? __config__.py is now
> generated via py_modules list.
It doesn't build an egg, yet, because setuptools expects Distribution.py_modules
to contain only strings, not tuples. Modifying setuptools to handle tuples in
Distribution.py_modules seems to work. Is there any way you can do it without
tuples?
--
Robert Kern
robert.kern at gmail.com
"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
More information about the Numpy-discussion
mailing list