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

2008-02-20 Thread Werner F. Bruhin
Hi Robin and Stef, Robin wrote: > > This is a binary distribution, that is one that has already been > compiled on a different machine. This won't have the setup.cfg file, > since it is a file that is used to configure the compilation process > of matplotlib. Also this is why you can only use

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

2008-02-20 Thread Werner F. Bruhin
Stef, Stef Mientki wrote: > ... > btw, i just saw this on "matplotlibrc" > CONFIGURATION BEGINS HERE > # the default backend; one of GTK GTKAgg GTKCairo FltkAgg QtAgg TkAgg > # WX WXAgg Agg Cairo GD GDK Paint PS PDF SVG Template > backend : TkAgg > numerix : numpy # numpy, Numeric

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

2008-02-19 Thread Robin
I'm not an expert but I thought I'd try and help... On Feb 19, 2008 7:15 PM, Stef Mientki <[EMAIL PROTECTED]> wrote: > > where you got it from, > probably: http://sourceforge.net/project/showfiles.php?group_id=80706 > matplotlib-0.91.2.win32-py2.4.exe This is a binary distribution, that is one t

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

2008-02-19 Thread Stef Mientki
hi John, John Hunter wrote: > On Feb 18, 2008 1:11 PM, Stef Mientki <[EMAIL PROTECTED]> wrote: > > >> What is setup.cfg, where can I find it and where can I get information >> about it ? >> > > Let's keep this on matplotlib-users so we don't annoy the good folks > at the wxpython and distu

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

2008-02-18 Thread John Hunter
On Feb 18, 2008 1:11 PM, Stef Mientki <[EMAIL PROTECTED]> wrote: > What is setup.cfg, where can I find it and where can I get information > about it ? Let's keep this on matplotlib-users so we don't annoy the good folks at the wxpython and distutils lists... setup.cfg is a build/configure file t

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

2008-02-18 Thread Stef Mientki
John Hunter wrote: > 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', >>