Re: [Matplotlib-users] segfault related to NavigationToolbar when using PySide

2012-07-06 Thread Eric Firing
On 2012/07/05 11:33 PM, TP wrote: > Hi everybody, > > The following is a small test yielding a segmentation fault with PySide, but > not with PyQt4. > > To test with PyQt4, use: > $ python example.py > > To test with PySide: > $ python example.py pyside > > With PySide, a segmentation fault appears

[Matplotlib-users] segfault related to NavigationToolbar when using PySide

2012-07-06 Thread TP
Hi everybody, The following is a small test yielding a segmentation fault with PySide, but not with PyQt4. To test with PyQt4, use: $ python example.py To test with PySide: $ python example.py pyside With PySide, a segmentation fault appears as soon as the mouse cursor is hovering the plot ar