[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Re: Convert to numpy?



numpy is supposed to replace numeric, isn't it? maybe it's a good idea
to convert to numpy.

On 6/16/06, Christopher Stone <chris.stone@xxxxxxxxx> wrote:
On 6/16/06, Christopher Stone <chris.stone@xxxxxxxxx> wrote:
> There is some discussion on Fedora mailing list of removing
> python-numeric and replacing it with numpy.  Pygame uses a header file
> /usr/include/python2.4/Numeric/arrayobject.h which is not included in
> the numpy package.  I can probably copy this header file when doing my
> builds if python-numeric goes away, but I am curious if pygame has any
> plans to convert to numpy?

hmm upon closer inspection the numpy package does include this header
file, just not in a standard location.  It should be pretty easy for
me to use though.  Sorry to bother you all with this.