Installing NumPy and SciPy in Python 2.6

Benjamin Kaplan benjamin.kaplan at case.edu
Fri Nov 28 14:06:39 EST 2008


On Fri, Nov 28, 2008 at 1:20 PM, Vicent Giner <vginer at gmail.com> wrote:

> Sorry if my question was already asked and answered, but I can't
> manage with this...
>
> I've installed Python 2.6 in my Windows XP. Actually, I've installed
> ActiveState's ActivePython 2.6.
>
> I would like to use NumPy and SciPy.
>
> Are those packages compatible with version 2.6 of Python?
>
> Are they already installed in ActivePython 2.6?  If not, how can
> install them?
>
> I downloaded the Windows installers for NumPy and SciPy, but as they
> are prepared for Python 2.5, I can't make the installers run properly.
>
> Any piece of help will be appreciated.
>
> Thank you!
>
> --
> Vicent


As of right now, the precompiled binaries do not run on Python 2.6. You can
always try building the packages from source because it usually takes a
while for binaries to come out for the new version of python.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081128/05d9fa88/attachment-0001.html>


More information about the Python-list mailing list