From: Barry D. <bl...@ad...> - 2003-10-17 22:16:53
|
I am using the 0.29 version of matplotlib. I switched to running the examples from the tutorial and things are working great. You verified what I thought, that _simple_demo.py was from an earlier version. I haven't been able to use the package interactively yet. At a command prompt, I was able to run the thread test from the website though. I'll mainly be using matplotlib statically anyway. As a long time Matlab user, I was very happy to find this package! Thanks for your quick response. Barry --- John Hunter <jdh...@ac...> wrote: > >>>>> "Barry" == Barry Drake <bl...@ad...> > writes: > > Barry> I've searched the files for this name, > Line2D_Dispatcher, > Barry> and can't find it. Is something missing > from my > Barry> installation? > > This looks like a version conflict in matplotlib. > The dispatcher > thing is from an older version and is no longer > used, and the > _simple_demo.py code has been removed as well. I > suggest you remove > the C:\Python23\Lib\site-packages\matplotlib dir > entirely and > reinstall version 0.29 from the matplotlib > sourceforge site. > > Then you should be able to run the examples in the > examples dir of the > src distribution without problems. > > Let me know how it goes, > John Hunter |