Re: [Matplotlib-users] py2exe with pylab

2008-09-21 Thread Laurent Dufréchou
Had the same problem, solved with the setup.py attached ;) Just modify it to fit your needs, should be a good start. Works under vista + matplotlib 0.98.3 Cheers Laurent > -Message d'origine- > De : Ron Adelman [mailto:[EMAIL PROTECTED] > Envoyé : samedi 20 septembre 2008 23:17 > À : matpl

Re: [Matplotlib-users] py2exe with pylab

2007-09-20 Thread Werner F. Bruhin
Hi Emmanuel, Emmanuel wrote: > With the setup you provided. I could get py2exe to make an exe of the > simple_plot.py from simple_plot_wxagg of py2exe examples. I use matplotlib only from within wxPython, that is why I used this example script. Which of the matplotlib example script is closest

Re: [Matplotlib-users] py2exe with pylab

2007-09-19 Thread Emmanuel
With the setup you provided. I could get py2exe to make an exe of the simple_plot.py from simple_plot_wxagg of py2exe examples. When I tried this on another python prog, I remarked that if I comment the following line : import matplotlib.backends.backend_wxagg the exe created by py2exe crash and

Re: [Matplotlib-users] py2exe with pylab

2007-09-18 Thread Werner F. Bruhin
Oops, forgot to copy the list. Hi Emmanuel, Emmanuel wrote: Hi, I got the setup.py given by Werner in an old thread (message from april 4th 2007). I putted code thereafter. This is probably out of date for 0.90. I attach the one I updated at some point, also I am not sure that how I deal wi