Re: [Matplotlib-users] basemap failure

2007-12-26 Thread Tony Mannucci
At 1:30 PM -0600 12/26/07, John Hunter wrote: >On Dec 26, 2007 1:15 PM, Tony Mannucci ><[EMAIL PROTECTED]> wrote: >> I tried to install basemap 0.9.8 on an OS X system (PPC, 10.4.10), >> after installing matplotlib from the latest binary package (0.91.1). >> I receive the following error: >> >>

Re: [Matplotlib-users] basemap failure

2007-12-26 Thread Jeff Whitaker
Tony Mannucci wrote: > I tried to install basemap 0.9.8 on an OS X system (PPC, 10.4.10), > after installing matplotlib from the latest binary package (0.91.1). > I receive the following error: > > >> [matplotlib/basemap-0.9.8]|2> import matplotlib.toolkits.basemap >> -

Re: [Matplotlib-users] basemap failure

2007-12-26 Thread John Hunter
On Dec 26, 2007 1:15 PM, Tony Mannucci <[EMAIL PROTECTED]> wrote: > I tried to install basemap 0.9.8 on an OS X system (PPC, 10.4.10), > after installing matplotlib from the latest binary package (0.91.1). > I receive the following error: > > >ImportError: No module named pkg_resources It looks li

[Matplotlib-users] basemap failure

2007-12-26 Thread Tony Mannucci
I tried to install basemap 0.9.8 on an OS X system (PPC, 10.4.10), after installing matplotlib from the latest binary package (0.91.1). I receive the following error: >[matplotlib/basemap-0.9.8]|2> import matplotlib.toolkits.basemap >--