Re: [Matplotlib-users] py2exe and matplotlib errors when executing exe

2010-05-19 Thread Werner F. Bruhin
On 19/05/2010 01:17, New2Python wrote: Thanks, I changed the matplotlibrc file to use the WXAgg backend and then had to copy the file into the mpl.get_configdir() and in my local working dir for it to work. The file runs however a python error screen pops up and then closes without giving me

Re: [Matplotlib-users] py2exe and matplotlib errors when executing exe

2010-05-18 Thread New2Python
Thanks, must have skipped over that one - I added the statements and it has fixed it :) however now there is an issue elsewhere. I get the message File matplotlib\backends\__init__.pyo, line 25, in pylab_setup ImportError: No module named backend_tkagg and the traceback call this from pylab

Re: [Matplotlib-users] py2exe and matplotlib errors when executing exe

2010-05-18 Thread Michael Droettboom
It should only try to import that backend when configured to do so. You may need to change your matplotlibrc to point to your desired backend. Mike New2Python wrote: Thanks, must have skipped over that one - I added the statements and it has fixed it :) however now there is an issue

Re: [Matplotlib-users] py2exe and matplotlib errors when executing exe

2010-05-18 Thread New2Python
Thanks, I changed the matplotlibrc file to use the WXAgg backend and then had to copy the file into the mpl.get_configdir() and in my local working dir for it to work. The file runs however a python error screen pops up and then closes without giving me the chance to read it, anybody know how to

[Matplotlib-users] py2exe and matplotlib errors when executing exe

2010-05-17 Thread New2Python
Hi All, I hope someone can help, I have run into a few problems when trying to execute an exe file created when I use py2exe with matplotlib. I have python2.5, matplotlib v0.99.1 and py2exe from GUI2Exe v0.5.0 optimisation is python -OO the files compile correctly however when I execute the exe

Re: [Matplotlib-users] py2exe and matplotlib errors when executing exe

2010-05-17 Thread Christoph Gohlke
This is probably the docstring problem mentioned at the bottom of http://www.py2exe.org/index.cgi/MatPlotLib. -- Christoph On 5/17/2010 4:07 PM, New2Python wrote: Hi All, I hope someone can help, I have run into a few problems when trying to execute an exe file created when I use py2exe