[pygame] Pygame Platform compatability and Numeric/Numpy support Question

2007-05-31 Thread Leo Kaliazine
Hello, I'm working on a project for the University of Toronto that is utilizing both pygame and Numeric libraries. I have a few questions: 1. When will pygame support OSX? (Python 2.5) 2. Is pygame fully Python 2.5 compatible under both Linux (ie. Debian) and Windows? 3. Does pygame depend

Re: [pygame] Pygame Platform compatability and Numeric/Numpy support Question

2007-05-31 Thread Brian Fisher
On 5/31/07, Leo Kaliazine [EMAIL PROTECTED] wrote: 3. Does pygame depend on the Numeric library, if so can this be substituted by Numpy? I use pygame without Numeric all the time. Numeric is only for the *array class of functions (so you can do quick modification of sound and surface data) I