Re: pyinstall and matplotlib

2008-02-19 Thread Stef Mientki
>>> Traceback (most recent call last): >>> File "multicolor.py", line 11, in ? >>> File "pylab.pyc", line 1, in ? >>> File "matplotlib\pylab.pyc", line 222, in ? >>> File "matplotlib\backends\__init__.pyc", line 24, in pylab_setup >>> File "matplotlib\backends\backend_tkagg.pyc", line 7,

Re: pyinstall and matplotlib

2008-02-18 Thread John Henry
On Feb 18, 8:04 pm, John Henry <[EMAIL PROTECTED]> wrote: > On Feb 18, 7:34 pm, John Henry <[EMAIL PROTECTED]> wrote: > > > > > On Feb 17, 11:50 am, Stef Mientki <[EMAIL PROTECTED]> wrote: > > > > hi John, > > > > John Henry wrote: > > > > Anybody willing to help? > > > > I struggled the past few d

Re: pyinstall and matplotlib

2008-02-18 Thread John Henry
On Feb 18, 7:34 pm, John Henry <[EMAIL PROTECTED]> wrote: > On Feb 17, 11:50 am, Stef Mientki <[EMAIL PROTECTED]> wrote: > > > > > hi John, > > > John Henry wrote: > > > Anybody willing to help? > > > I struggled the past few days with the same problem, > > and with the help of Werner Bruhin (wxPyt

Re: pyinstall and matplotlib

2008-02-18 Thread John Henry
On Feb 17, 11:50 am, Stef Mientki <[EMAIL PROTECTED]> wrote: > hi John, > > John Henry wrote: > > Anybody willing to help? > > I struggled the past few days with the same problem, > and with the help of Werner Bruhin (wxPython list) I found a solution. > I had 2 problems: > - not finding mpl data

Re: pyinstall and matplotlib

2008-02-17 Thread Stef Mientki
hi John, John Henry wrote: > Anybody willing to help? > I struggled the past few days with the same problem, and with the help of Werner Bruhin (wxPython list) I found a solution. I had 2 problems: - not finding mpl datapath - matplotlib insisted on installing backends that were distorted o

Re: pyinstall and matplotlib

2008-02-17 Thread John Henry
Anybody willing to help? On Feb 14, 11:17 am, John Henry <[EMAIL PROTECTED]> wrote: > Thank you for the response. I am having trouble using the script. I > am assuming the TUI is the application this script was developed for > and did my best to replace that with the name of my own. > > To make

Re: pyinstall and matplotlib

2008-02-14 Thread John Henry
Thank you for the response. I am having trouble using the script. I am assuming the TUI is the application this script was developed for and did my best to replace that with the name of my own. To make things simple, let's say we take one of the sample matplotlib program MULTICOLOR.PY and place

Re: pyinstall and matplotlib

2008-02-13 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, John Henry <[EMAIL PROTECTED]> wrote: > On Feb 9, 2:53 pm, John Henry <[EMAIL PROTECTED]> wrote: > > Has anybody been able to create an exe of their python applications > > involving matplotlib using pyinstall (ver 1.3)? I am getting a: > > > > RuntimeError:

Re: pyinstall and matplotlib

2008-02-13 Thread John Henry
On Feb 9, 2:53 pm, John Henry <[EMAIL PROTECTED]> wrote: > Has anybody been able to create an exe of their python applications > involving matplotlib using pyinstall (ver 1.3)? I am getting a: > > RuntimeError: Could not find the matplotlib data files > > when I attempt to run the exe created

pyinstall and matplotlib

2008-02-09 Thread John Henry
Has anybody been able to create an exe of their python applications involving matplotlib using pyinstall (ver 1.3)? I am getting a: RuntimeError: Could not find the matplotlib data files when I attempt to run the exe created. In searching the web, it appears this is an issue when others tr