thanks, but i do this in my linux: sudo apt-get install python-numpy, and not work
after, i download numpy, the instalation was good, but i have the same error. :S El mar, 08-05-2007 a las 18:38 -0700, Ian Clark escribió: > On 5/8/07, Fernando Martin <[EMAIL PROTECTED]> wrote: > > Hi i cant use the random_integers function > > > > > > > > from RandomArray import * > > map = random_integers(1,0, (5,5)) > > > > > > Output: -->ImportError: No module named RandomArray > > > > > > how can use the function? Thanks > > > > > > Make sure that you have numpy correctly installed as RandomArray is a > module inside numpy. > > Homepage http://numpy.scipy.org// > Download > http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103 > > Ian
