Re: [Matplotlib-users] matplotlib, numpy and py2exe

2006-07-06 Thread Werner F. Bruhin
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

Re: [Matplotlib-users] matplotlib, numpy and py2exe

2006-07-06 Thread James Carroll
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:

[Matplotlib-users] matplotlib, numpy and py2exe

2006-07-06 Thread Werner F. Bruhin
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