Re: [Matplotlib-users] Question about the data path

2006-06-05 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, "Charlie Moad" <[EMAIL PROTECTED]> wrote: > On 6/2/06, Russell E. Owen <[EMAIL PROTECTED]> > wrote: > > I'm using matplotlib in an application I distribute. For Windows and Mac > > users I distribute a frozen application which includes python, > > matplotlib, etc

Re: [Matplotlib-users] Question about the data path

2006-06-02 Thread Charlie Moad
On 6/2/06, Russell E. Owen <[EMAIL PROTECTED]> wrote: > I'm using matplotlib in an application I distribute. For Windows and Mac > users I distribute a frozen application which includes python, > matplotlib, etc. and I'm wondering how best to include the matplotlib > data files. > > matplotlib sear

[Matplotlib-users] Question about the data path

2006-06-02 Thread Russell E. Owen
I'm using matplotlib in an application I distribute. For Windows and Mac users I distribute a frozen application which includes python, matplotlib, etc. and I'm wondering how best to include the matplotlib data files. matplotlib searches for its data files in __init__._get_data_path. It seems