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
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
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
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