On Sat, Oct 4, 2008 at 13:14, Daniel Wolff <[EMAIL PROTECTED]> wrote: > Hello, I recently upgraded to python 2.6. I cannot seem to find the > appropriate numpy install file. I tried to make use of the .exe built for > python 2.5 but the installer hung. Any suggestions? Regards, Daniel
Right, you can't use a binary installer meant for Python 2.5 with Python 2.6. The binaries aren't compatible. If you do not want to build from source, you will have to wait for the volunteer binary-builders to get around to making a Python 2.6 installer. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
