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