|
From: Travis B. <td...@fa...> - 2005-04-25 02:43:24
|
Thanks, John.
That worked, but Matplotlib is now spitting out the error below and I
can't even find the rc file in the location it lists:
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/matplotlib/__init__.py:642:
UserWarning: Bad val "error" on line #200
"verbose.level : error # one of silent, error, helpful,
debug, debug-annoying"
in file
"/System/Library/Frameworks/Python.framework/Versions/2.3/share/matplotlib/.matplotlibrc"
Illegal verbose string "error". Legal values are ('silent',
'helpful', 'debug', 'debug-annoying')
warnings.warn('Bad val "%s" on line #%d\n\t"%s"\n\tin file "%s"\n\t%s'
% (val, cnt, line, fname, msg))
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/matplotlib/__init__.py:630:
UserWarning: Bad key "verbose.erro" on line 202 in
/System/Library/Frameworks/Python.framework/Versions/2.3/share/matplotlib/.matplotlibrc
warnings.warn('Bad key "%s" on line %d in %s' % (key, cnt, fname))
Bus error
Travis
On Sun, 24 Apr 2005 20:15:11 -0500, "John Hunter" <jd...@gm...>
said:
> On 4/24/05, Travis Brady <td...@fa...> wrote:
> > Excellent, thanks for the prompt response, Jeff.
> >
> > I've just tried the ireland.py example and am at a complete loss as to
> > what to do about the following error.
> > ...snip ....
> > File "/platlib/matplotlib/lines.py", line 543, in _draw_dashed
> > TypeError: CXX: type error.
> >
> > Any thoughts?
>
>
> You're going to need the latest matplotlib to run the latest basemap.
> Robert Kern has a build in mac enthon -- check out
> http://download.enthought.com/MacEnthon (this also includes a slightly
> older basemap 0.1.2). You can either install the entire macenthon
> package or selected subpacakges -- check out the readme on the site.
--
Travis Brady
td...@fa...
|