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

2008-02-20 Thread kc106_2005-matplotlib
excludes, 'packages' : packages, } }, data_files = data_files ) result=0 #import subprocess #result = subprocess.call ( # [ 'c:\Program Files\Inno Setup 4\ISCC.exe', #homedir+'

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

2008-02-20 Thread Werner F. Bruhin
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 to do is to > change *that* file to say: > > backend : WXAgg > > Note that it's n

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

2008-02-20 Thread kc106_2005-matplotlib
sers@lists.sourceforge.net > Subject: Re: [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 ma

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

2008-02-20 Thread Werner F. Bruhin
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 to > select the backend I want (wxpython in my case). Then > run py

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

2008-02-19 Thread kc106_2005-matplotlib
Message- > 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 PROTEC

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 b

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

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

2008-02-18 Thread John Hunter
On Feb 16, 2008 5:19 AM, Stef Mientki <[EMAIL PROTECTED]> wrote: > In Py2exe I tried to exclude as many backends as possible, > but the excludes seems to have no effect. > 'excludes' : [ > '_gtkagg', '_tkagg', '_agg2', '_cairo', '_cocoaagg', > '_fltkagg', '_gtk', '_gtkcairo