Re: [Matplotlib-users] Qt4/PySide memory leak

2012-10-01 Thread Christoph Gohlke
On 9/24/2012 5:50 PM, Christoph Gohlke wrote: On 9/24/2012 3:32 PM, David Honcik wrote: I've run into a large memory leak using Matplotlib with PySide and the Qt4 back end. I'm using : Python 3.2 Numpy 1.6.2 Pyside 1.1.1 (qt474) Matplotlib 1.2 (first the Capetown Group port to Python 3, then 1.

Re: [Matplotlib-users] Qt4/PySide memory leak

2012-09-24 Thread Christoph Gohlke
On 9/24/2012 3:32 PM, David Honcik wrote: > I've run into a large memory leak using Matplotlib with PySide and the > Qt4 back end. I'm using : > Python 3.2 > Numpy 1.6.2 > Pyside 1.1.1 (qt474) > Matplotlib 1.2 (first the Capetown Group port to Python 3, then 1.2 RC2) > on Windows XP 32 bit > I've

[Matplotlib-users] Qt4/PySide memory leak

2012-09-24 Thread David Honcik
I've run into a large memory leak using Matplotlib with PySide and the Qt4 back end. I'm using : Python 3.2 Numpy 1.6.2 Pyside 1.1.1 (qt474) Matplotlib 1.2 (first the Capetown Group port to Python 3, then 1.2 RC2) on Windows XP 32 bit I've tried using the Python 2.7 branch of all of the ab