[Numpy-discussion] Numpy on Python3

René Dudfield renesd at gmail.com
Tue Nov 24 09:09:39 EST 2009


On Mon, Nov 23, 2009 at 10:08 AM, Pauli Virtanen <pav at iki.fi> wrote:
> Setup.py runs 2to3 automatically for all changed files. Of course, if it's possible to cater for24 and 3 at the same time,that's good. How do you work around the relative imports andthe changed exception catching syntax?
>

hi,

see my tree for how I did these things.  http://github.com/illume/numpy3k

I'm not sure I like how I handled the changed relative imports.
However the exception handling is fairly easy/clean to do.


cheers,



More information about the NumPy-Discussion mailing list