I am seeing the following error with the GTKCairo and GTKAgg backends:

>>> figure()
<matplotlib.figure.Figure object at 0x7ebe0cec>
>>> Traceback (most recent call last):
  File 
"/usr/local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py", 
line 249, in enter_notify_event
    FigureCanvasBase.enter_notify_event(self, event, guiEvent=event)
TypeError: enter_notify_event() got multiple values for keyword argument 
'guiEvent'
Traceback (most recent call last):
  File 
"/usr/local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py", 
line 246, in leave_notify_event
    FigureCanvasBase.leave_notify_event(self, event, guiEvent=event)
TypeError: leave_notify_event() got multiple values for keyword argument 
'guiEvent'

whenever I move the mouse into or out of the figure windows.

--Michiel.


--- On Fri, 7/31/09, John Hunter <jdh2...@gmail.com> wrote:

> From: John Hunter <jdh2...@gmail.com>
> Subject: [Matplotlib-users] matplotlib-0.99.0-rc1 : call for testing
> To: "matplotlib-users" <matplotlib-users@lists.sourceforge.net>
> Date: Friday, July 31, 2009, 1:44 PM
> We have a test release candidate rc1
> of the impending
> matplotlib-0.99.0 release, including lots of great new
> stuff like the
> axes grid and mplot3d toolkits,
> 
>   http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/users/index.html
>   http://matplotlib.sourceforge.net/mpl_toolkits/mplot3d/tutorial.html
> 
> We have uploaded tarballs, eggs and binary installers for
> win32 and
> OSX, and would love to have some testers.  You can
> grab the release
> candidates from:
> 
>   http://drop.io/xortel1#
> 
> If you have any bugfixes or patches, feel free to post them
> here, but
> please also post to the tracker
> 
>   https://sourceforge.net/tracker/?group_id=80706&atid=560720
> 
> Thanks to Michael Droettboom with help setting up the
> release branch,
> Christoph Gohlke for the python2.6 win32 binaries, and
> William Stein
> for providing a remote OSX box for building and testing OSX
> binaries.
> 
> Those of you with svn access can grab the release branch
> from::
> 
>   svn co https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_99_maint
> mpl99
> 
> and post patches against svn for any bugs you discover and
> fix::
> 
>   http://matplotlib.sourceforge.net/faq/howto_faq.html#submit-a-patch
> 
> Thanks to all the developers who contributed in this cycle
> -- more
> details to follow on the official release announcement next
> week.
> 
> JDH
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal
> Reports 2008 30-Day 
> trial. Simplify your report design, integration and
> deployment - and focus on 
> what you do best, core application coding. Discover what's
> new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> 


      

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to