From: Andrea G. <and...@gm...> - 2006-11-09 23:22:28
|
Hi, > * You need PyNum (documented) I suppose you meant NumPy > * You need wxPython (not documented that I've found) No, I don't remember that particular need, unless things have changed in the meanwhile. If so, please correct my ignorance. > Python 2.4.3 (#1, Mar 30 2006, 11:02:16) > [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> from pylab import * > >>> dt = 0.01 > >>> t = arrange(0,10,dt) > Traceback (most recent call last): > File "<stdin>", line 1, in ? > NameError: name 'arrange' is not defined I suppose you meant "arange" and not "arrange". Andrea. "Imagination Is The Only Weapon In The War Against Reality." http://xoomer.virgilio.it/infinity77/ |