From: John H. <jdh...@ac...> - 2003-10-17 22:16:28
|
>>>>> "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 |