Re: [Matplotlib-users] pylab mode with PySide 1.10 segfaults on Linux

2012-03-24 Thread Ray Osborn
I have a colleague experiencing similar issues. There seem to be known issues with PySide 1.1.0, e.g., http://bugs.pyside.org/show_bug.cgi?id=1119 I tried overriding the call to QApplication.setOverrideCursor(), which customizes the cursor within the Matplotlib navigation toolbar, but he then

[Matplotlib-users] pylab mode with PySide 1.10 segfaults on Linux

2012-03-24 Thread Wes McKinney
Has anyone had much luck with PySide + matplotlib 1.1.0+? With stock EPD 7.2 full on Ubuntu 10.04 which comes with PySide 1.1.0, a simple plot like plot(arange(10)) with IPython in pylab mode causes a segfault. Joy. Thanks, Wes -