Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6825af7

Browse files
committed
fix verbose reporting with traited config
svn path=/trunk/matplotlib/; revision=3720
1 parent 2e740ce commit 6825af7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

lib/matplotlib/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,8 @@ def rcdefaults():
711711
#print "importing from reorganized config system!"
712712
try:
713713
from config import rcParams, rcdefaults, mplConfig, save_config
714+
verbose.set_level(rcParams['verbose.level'])
715+
verbose.set_fileo(rcParams['verbose.fileo'])
714716
except:
715717
from config import rcParams, rcdefaults
716718

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
try: import setuptools
6565
except ImportError:
6666
raise SystemExit("""\
67-
matplotlib requires setuptools for installation. Visit:
67+
matplotlib requires setuptools for installation with python-2.3. Visit:
6868
http://cheeseshop.python.org/pypi/setuptools
6969
for installation instructions for the proper version of setuptools for your
7070
system. If this is your first time upgrading matplotlib with the new

0 commit comments

Comments
 (0)