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 the log tells us :

Traceback (most recent call last):
  File "entropia.py", line 6, in <module>
  File "pylab.pyo", line 1, in <module>
  File "matplotlib\pylab.pyo", line 222, in <module>
  File "matplotlib\backends\__init__.pyo", line 24, in pylab_setup
ImportError: No module named backend_wxagg


I think the same kind of problem may append with the default backend
tkagg...
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to