ke, 2010-02-24 kello 18:04 +0900, David Cournapeau kirjoitti:
[clip]
> P.S: is it expected that numpy cannot be built in-place correctly under 
> py3k?

Yes, unfortunately. 2to3 cannot really be run in-place, and I did not
want to engage distutils in a fight how to read the sources from a
different location. So how it works now is that first a complete Py3
converted copy is made in "build/py3k", and then the setup.py there is
run.

        Pauli


_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to