Peter wrote:
>
> How about python 2.5 and numpy 1.2 instead?  Python 2.6 makes some
> important changes to python 2.5 (in preparation for Python 3.0), so
> you may find several other packages will take a couple of months to
> work 100% with python 2.6 - so check this out if you do plan to use
> more than just numpy.  There are sometimes drawbacks to using brand
> new releases ;)

If I understand Ravi right, one problem with 2.5 is that it relies on an
old toolset (VS 2003, not available anymore). OTOH, 2.6 depends on the
most recent toolset, which is also available for free in a limited
version (VS 2008 express). If you think about supporting things for a
couple of years, relying on VS 2008 sounds safer than 2003.

cheers,

David
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to