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, in ? ImportError: No

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

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 (wxPython list) I found a

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 days with the same problem,

Re: pyinstall and matplotlib

2008-02-17 Thread John Henry
] wrote: 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

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 on

Re: pyinstall and matplotlib

2008-02-14 Thread John Henry
, distDir) On Feb 13, 10:07 am, Russell E. Owen [EMAIL PROTECTED] wrote: 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

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

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: Could

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