|
From: John H. <jdh...@ac...> - 2004-10-28 22:07:30
|
>>>>> "Dan" == Dan <da...@ya...> writes:
Dan> I compiled matplotlib fine. But when importing it, I got this
Dan> message:
..snip..
Dan> import matplotlib
>>>> matplotlib.use('Agg') import matplotlib.matlab as Mat
Dan> LazyValue::init_type Value::init_type BinOp::init_type
Dan> Point::init_type Interval::init_type Bbox::init_type
You have compiled matplotlib with VERBOSE set to True in setup.py.
Set VERBOSE=False and
> rm -rf build
and recompile. Should work...
JDH
|