From: Shin <sd...@em...> - 2004-08-11 15:50:41
|
As you said, my packages were messed up. After removing site-package and build, the problem was gone. I have no idea about what happened, but thanks for your advice. Daehyok Shin On Wed, 2004-08-11 at 09:19, John Hunter wrote: > That is very bizarre. Take a look at > site-packages/matplotlib/patches.py - you should have set_antialiased > defined on line 70 in the Patches class. Rectangle should derive from > Patches on line 119. > > It looks a little like your build is messed up in some way I don't > understand. You may want to try removing matplotlib from your > site-packages dir, removing 'build' from your matplotlib src tree, adn > doing a clean install. |