Re: [Matplotlib-users] MatPlotLib + Py2exe, backend problems ...

2008-02-20 Thread kc106_2005-matplotlib
: [Matplotlib-users] MatPlotLib + Py2exe, backend problems ... Hi, [EMAIL PROTECTED] wrote: So, do I understand this correctly: In order to get rid of the Tkinter problem when building a matplotlib application using py2exe, I need 0.91.2 ver of matplotlib and use the setup.cfg file

Re: [Matplotlib-users] MatPlotLib + Py2exe, backend problems ...

2008-02-20 Thread kc106_2005-matplotlib
@lists.sourceforge.net Subject: Re: [Matplotlib-users] MatPlotLib + Py2exe, backend problems ... Hi, [EMAIL PROTECTED] wrote: I *finally* got this to work!!! Thanks to Werner's message, I found the culpit: the matplotlibrc file copied to the dist directory contains the TkAgg backend. All I had

Re: [Matplotlib-users] MatPlotLib + Py2exe, backend problems ...

2008-02-19 Thread kc106_2005-matplotlib
With Stef's help, I was able to get pass the Matplotlib datafile not found problem in using py2exe and Matplotlib under Python 2.3 - but then ran into the same Tkinter not loaded problem like he did. After reading Stef's messages from this list, I downloaded the latest version of Matplotlib -

Re: [Matplotlib-users] MatPlotLib + Py2exe, backend problems ...

2008-02-19 Thread Stef Mientki
hi John, [EMAIL PROTECTED] wrote: With Stef's help, I was able to get pass the Matplotlib datafile not found problem in using py2exe and Matplotlib under Python 2.3 - but then ran into the same Tkinter not loaded problem like he did. After reading Stef's messages from this list, I

Re: [Matplotlib-users] MatPlotLib + Py2exe, backend problems ...

2008-02-19 Thread kc106_2005-matplotlib
So, do I understand this correctly: In order to get rid of the Tkinter problem when building a matplotlib application using py2exe, I need 0.91.2 ver of matplotlib and use the setup.cfg file to select the backend I want (wxpython in my case). Then run py2exe to build the ap. Correct? But then,

Re: [Matplotlib-users] MatPlotLib + Py2exe, backend problems ...

2008-02-19 Thread Michael Droettboom
[EMAIL PROTECTED] wrote: What I need is a version of 0.91.2 ver of matplotlib that works with Python 2.3 to see if that works... I might be misremembering, but I thought 0.91.2 worked with Python 2.3. I don't use 2.3 every day, however. Can you send the errors that are produced when you

Re: [Matplotlib-users] MatPlotLib + Py2exe, backend problems ...

2008-02-19 Thread kc106_2005-matplotlib
- From: Michael Droettboom [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 19, 2008 12:19 PM To: [EMAIL PROTECTED] Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] MatPlotLib + Py2exe, backend problems ... [EMAIL PROTECTED] wrote: What I need is a version of 0.91.2

[Matplotlib-users] MatPlotLib + Py2exe, backend problems ...

2008-02-18 Thread Stef Mientki
hello, I'm trying to create a distro with py2exe, including MatPlotLib. After finally resolving the matplotlib datapath problem, I bumped into a new problem concerning backends. I'm using MatPlotLib 0.91.2 I only need the wx-Backend. In Py2exe I tried to exclude as many backends as possible,