Installing Numpy on Python 2.3 Windows

Hi Everyone, I'm trying to install the Numpy package on Python 2.3 running under Windows. I downloaded numpy-1.0.3.win32-py2.3.exe and ran it, and it complains that "Python version 2.3 required, which was not found in the registry" The Python 2.3 installation I am using came with OpenOffice.org 2.2 and it must not have registered python with Windows. I require PyUNO and Numpy (and PyOpenGL and Ctypes) to work together for the application I am developing and PyUno seems only to work with the OOo distribution of Python 2.3. I have gotten this all to work in multiple Linux environments (after much pain) with a script that installs all the necessary libraries from source, which will not work in the Windows environment. I'm not familiar with Windows, and any help would be greatly appreciated! Amir

On 7/25/07, Amir Hirsch <amirh@mit.edu> wrote:
The Python 2.3 installation I am using came with OpenOffice.org 2.2 and it must not have registered python with Windows. I require PyUNO and Numpy (and PyOpenGL and Ctypes) to work together for the application I am developing and PyUno seems only to work with the OOo distribution of Python 2.3.
I only can suggest a hack (not a win guy, hopefully). Try to do a normal installation ofr python 2.3 in you machine (or other), and next monkey copy the ouput of the numpy installation inside the Python related to openoffice. Of course, not completelly sure if it will work, but it is a easy try. Other way could be to manually monkey modify your registry (but I have not idea of what is needed for this working). -- Lisandro Dalcín --------------- Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) PTLC - Güemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594
participants (2)
-
Amir Hirsch
-
Lisandro Dalcin