From: Robert H. <he...@ta...> - 2006-02-02 16:04:59
|
It appears that the recent CVS versions *require* verbose.level and verbose.fileo to be set in the rc file, as per the lines (923-930) matplotlib/__init__.py: if i == 1: key = 'verbose.level' val, line, cnt = rc_temp.pop(key) elif i == 2: key = 'verbose.fileo' val, line, cnt = rc_temp.pop(key) else: key, (val, line, cnt) = rc_temp.popitem() What's wrong with letting the default values slide through? -Rob. ----- Rob Hetland, Assistant Professor Dept of Oceanography, Texas A&M University p: 979-458-0096, f: 979-845-6331 e: he...@ta..., w: http://pong.tamu.edu |