From: Darren D. <dd...@co...> - 2005-02-23 17:06:19
|
On Wednesday 23 February 2005 10:51 am, John Hunter wrote: > >>>>> "Darren" == Darren Dale <dd...@co...> writes: > > Darren> backend_qt.py is present in my cvs directory, but it looks > Darren> like it didnt make it into the MPL-0.72 tarball. > > This was a problem with the MANIFEST file in the 0.72 release. I > should be fixed in the 0.72.1 bugfix release, which is up on the sf > site. Great! One bug to report. Line 262 of backend_qt.py should read: error_msg = error_msg_qt or I get an error: File "/usr/lib/python2.3/site-packages/matplotlib/backends/backend_qt.py", line 262, in ? error_msg = error_msg NameError: name 'error_msg' is not defined -- Darren |