Hi James,
Thanks for the hints.
James Carroll wrote:
> Hi Werner,
>
> I got this problem too, and I actually updated the py2exe wiki on what
> to do when you see it. The problem is that there are multiple _sort
> modules (_sort.pyd in numpy and others in the different numer*
> packages.) Only
Hi Werner,
I got this problem too, and I actually updated the py2exe wiki on what
to do when you see it. The problem is that there are multiple _sort
modules (_sort.pyd in numpy and others in the different numer*
packages.) Only some of them have dtype.
See the last section (seciton 5) of
http:
I finally managed to build it without getting py2exe errors.
Needed to include package "numpy" and remove "distutils" package from
numpy as py2exe was failing on "tests" - maybe this is not the right
thing to do as I still get run time error when running the exe.
Here is the exception I current