Re: [Matplotlib-users] AttributeError: function 'Py_DecRef' not found (Christoph Gohlke)
Dear Christoph Gohlke Thanks, now working. Best regards Robert -- Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet
[Matplotlib-users] AttributeError: function 'Py_DecRef' not found
I need to embedding matplotlib in pyqt4, i use the below code in my project: from matplotlib.backends.backend_qt4agg \ import FigureCanvasQTAgg as FigureCanvas convert to exe with py2exe, however running exe i got the error: File "matplotlib\backends\backend_qt4agg.pyo", line 19, in F