Hi,
 
I downloaded the numpy-1.0b1.win32-py2.4.exe. After run this file, I tried to run the command, python setup.py install, to intall the numpy. But I got the following error message,
C:\Python24\Lib\site-packages\numpy>python setup.py install
Warning: Assuming default configuration (distutils\command/{setup_command,setup}
.py was not found)
Appending numpy.distutils.command configuration to numpy.distutils
Ignoring attempt to set 'name' (from 'numpy.distutils' to 'numpy.distutils.comma
nd')
Warning: Assuming default configuration (distutils\fcompiler/{setup_fcompiler,se
tup}.py was not found)
Appending numpy.distutils.fcompiler configuration to numpy.distutils
Ignoring attempt to set 'name' (from 'numpy.distutils' to 'numpy.distutils.fcomp
iler')
non-existing path in 'distutils': 'site.cfg'
Appending numpy.distutils configuration to numpy
Ignoring attempt to set 'name' (from 'numpy' to 'numpy.distutils')
Appending numpy.testing configuration to numpy
Ignoring attempt to set 'name' (from 'numpy' to 'numpy.testing')
F2PY Version 2_2879
Appending numpy.f2py configuration to numpy
Ignoring attempt to set 'name' (from 'numpy' to 'numpy.f2py')
Ignoring attempt to set 'version' (from None to '2_2879')
Traceback (most recent call last):
  File "setup.py", line 28, in ?
    setup(configuration=configuration)
  File "C:\Python24\Lib\site-packages\numpy\distutils\core.py", line 144, in set
up
    config = configuration()
  File "setup.py", line 9, in configuration
    config.add_subpackage('core')
  File "C:\Python24\Lib\site-packages\numpy\distutils\misc_util.py", line 740, i
n add_subpackage
    caller_level = 2)
  File "C:\Python24\Lib\site-packages\numpy\distutils\misc_util.py", line 723, i
n get_subpackage
    caller_level = caller_level + 1)
  File "C:\Python24\Lib\site-packages\numpy\distutils\misc_util.py", line 670, i
n _get_configuration_from_setup_py
    config = setup_module.configuration(*args)
  File "C:\Python24\Lib\site-packages\numpy\core\setup.py", line 20, in configur
ation
    open(generate_umath_py,'U'),generate_umath_py,
IOError: [Errno 2] No such file or directory: 'core\\code_generators\\generate_u
math.py'
Can anyone tell me how to fix this error and install the numpy?
 
I am using Windows XP Home edition and Python 2.4.
 
Thanks
 
Frank


Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to