On 19/05/2010 19:55, David Grudoski wrote:
I'm trying to build an executable using PY2EXE; running Python 2.5.2 and wxPython 2.8.10.1 and MatplotLib 0.99.0 I tried using the setup.py from the PY2EXE.org Matplotlib page and although everything compiles correctly and generates an executable.
When I launch the executable I get the following error:
================================================
"The application requires a version of wxPython greater than or equal to 2.8, but a matching version was not found."
You currently have these version(s) installed.
================================================

I can compile an executable with PY2EXE and wxPython that works fine, but apparantly somethins in the setup for matplotlib is causing a problem.

Has anyone else seen this problem or know of a solution?
You need to patch matplotlib (backend_wx.py), see the bottom of this page:
http://www.py2exe.org/index.cgi/MatPlotLib

Werner
------------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to