Re: [matplotlib-devel] cbook.py in matplotlib-py3k

2011-04-08 Thread Tobias Hoppe
I didn't expect anything to be honest. In fact I just wanted to know if this problem is known or not. Before I posted I crawled through earlier revisions of cbook.py on github. All revisions I found used the ominous os.path.walk(). In the next step I copied an older FontList.cache to the new na

Re: [matplotlib-devel] cbook.py in matplotlib-py3k

2011-04-08 Thread Michael Droettboom
Can you provide a traceback? I think this usage of os.path.walk may have crept back in from a recent merge from master. It didn't get noticed because it only runs if the user doesn't already have a font cache file. I don't have a chance to look at this right now, but it you want to submit a

[matplotlib-devel] cbook.py in matplotlib-py3k

2011-04-08 Thread Tobias Hoppe
Hi all,grepping matplotlib-py3k from github, configuring, compiling and installing with python3.2 under Ubuntu posed no problems. Firing up python and import matplotlib shows no errors in the first place. Importing pylab brings up errors in cbook.py, namely the call to os.path.walk() in line 1069 w

[matplotlib-devel] improved source code for radar chart example in matplotlib docs

2011-04-08 Thread Daniel Barnette
Hello dev people, I had an app where I needed the radar chart (aka Kiviat diagrams) source code out of matplotlib. Turns out the example source code is very limited the way it is currently written. Not good. I re-wrote parts of the source code to make it much more flexible and easier to include i