From: John H. <jdh...@ac...> - 2004-01-22 12:46:13
|
>>>>> "John" == John Hunter <jdh...@ac...> writes: John> Your paths to the GTK runtime library are not set properly. John> Check out Alternatively, you should be able to use the WX backend with the enthought edition of python with no extra installation. Just import matplotlib matplotlib.use('WX') from matplotlib.matlab import plot, show plot([1,2,3]) show() Good luck, John Hunter |