Re: [Pythonmac-SIG] Building Numeric Python on Panther

2004-12-03 Thread Bill Janssen
Thanks, Chris. I'll work with numarray, then, since it just installs on my Macs. I want to do a lot of document clustering in various ways, so I'm building term vectors, etc. There doesn't seem to be anything in the API specifically about that. Bill _

Re: [Pythonmac-SIG] Building Numeric Python on Panther

2004-12-03 Thread Chris Barker
Bob Ippolito wrote: (Bonus question: the Numeric Python documentation makes it clear that numarray should be used, but not how. Is numarray a substitute for all of Numeric? If not, should numarray be installed before NumPy?) I think what they mean is that new applications should use numarray. I

Re: [Pythonmac-SIG] Building Numeric Python on Panther

2004-12-03 Thread Bill Janssen
Thanks, Bob. Bill ___ Pythonmac-SIG maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Building Numeric Python on Panther

2004-12-03 Thread Bob Ippolito
On Dec 3, 2004, at 14:01, Bill Janssen wrote: I just downloaded the latest versions of numarray and Numeric Python. numarray builds and installs without problems, but Numeric fails -- it seems to have a bad setup.py file that references missing directories such as "/usr/include/atlas". Is there a