On Jan 18, 2008, at 11:33 PM, Ian Mallett wrote:
So, seeing as how Numeric is not available for Python 2.5 and is no longer supported besides, what will happen to the surfarray module?
Are you sure? Python 2.5 (r25:51908, Feb 9 2007, 16:23:18) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import Numeric >>> n = Numeric.array([1,2,3,4,5]) >>> n array([1, 2, 3, 4, 5]) -Casey