On Wednesday 23 February 2005 12:06 pm, Darren Dale wrote:
> 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
I see my comments above do not apply to the version in cvs, due to changes in
error handling. In cvs, line 279 should be
if len( msg ) : error_msg_qt( msg )
Darren
-------------------------------------------------------
--
Darren
|