Hi.
Still learning python, I have searched for guides, and found this one:
When trying some of the examples like[color=blue][color=green][color=darkred]
>>> from Numeric import *
>>> a = array( (1,2,3) )[/color][/color][/color]
I get the error:[color=blue][color=green][color=darkred]
>>> from Numeric import *[/color][/color][/color]
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named Numeric[color=blue][color=green][color=darkred]
>>>[/color][/color][/color]
I might have some setup problems?
I'm running winXP, please advice me of either where to read, or what to do.
Thanks in advance,
Rasmus
Still learning python, I have searched for guides, and found this one:
When trying some of the examples like[color=blue][color=green][color=darkred]
>>> from Numeric import *
>>> a = array( (1,2,3) )[/color][/color][/color]
I get the error:[color=blue][color=green][color=darkred]
>>> from Numeric import *[/color][/color][/color]
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named Numeric[color=blue][color=green][color=darkred]
>>>[/color][/color][/color]
I might have some setup problems?
I'm running winXP, please advice me of either where to read, or what to do.
Thanks in advance,
Rasmus
Comment