On Thu, Jun 12, 2008 at 2:23 PM, Nils Wagner <[EMAIL PROTECTED]
wrote:

> "/usr/local/lib64/python2.5/site-packages/matplotlib/backends/backend_wx.py",
> line 456, in __init__
>     gfx_ctx = wx.GraphicsContext.Create(dc)
> AttributeError: 'module' object has no attribute
> 'GraphicsContext'
>
> Any idea ?

Unfortunately, I do not have access to wxpython 2.6.  Perhaps you can
inspect the wx namespace and see if there is anything like a
GraphicsContext, eg by using dir(wx) or wx.G<TAB> in ipython.

JDH

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to