Re: [Matplotlib-users] AttributeError: function 'Py_DecRef' not found (Christoph Gohlke)

2014-05-28 Thread hgbing2013
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

Re: [Matplotlib-users] AttributeError: function 'Py_DecRef' not found

2014-05-28 Thread Christoph Gohlke
Try unbundling the Python interpreter using the `'bundle_files': 2` option . Works for me with Python 3.4 (2.7 works with `'bundle_files': 3`). Christoph On 5/28/2014 8:35 PM, hgbing2013 wrote: > I need to embedding matplotlib in pyqt4, i us

[Matplotlib-users] AttributeError: function 'Py_DecRef' not found

2014-05-28 Thread hgbing2013
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