From: Jeremy O'D. <je...@o-...> - 2003-11-21 23:33:30
|
John, > John Wohlbier writes: > I ended up downloading the latest CVS using the command > cvs -z3 -d:pserver:anonymous@cv...:/cvsroot/matplotlib co > matplotlib > > and doing python setup.py install > > Now when I run my application (which worked with version 0.32) I get > this error on startup [snip] > ImportError: cannot import name FigureManagerBase You're not doing anything wrong - there have been some recent changes to the API which have moved FigureManagerBase. The example I posted just now does things a different way (and does work with latest CVS, honest!) > By the way, when I run the python setup.py install command will > the script properly overwrite the existing version of the matplotlib > library, or should I go in and delete the old library first? It updates things very nicely - no need to delete anything. Regards Jeremy |