|
From: Robert K. <rob...@gm...> - 2006-01-24 20:23:54
|
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 rob...@gm... "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter |