RE: [Pyzo] matplotlib plots but mouse causes crash "Python hasstoppedworking"

2016-12-03 Thread almar.klein
Pyzo can integrate a variety of GUI toolkit so that they can be used interactively (i.e. events get processed, but the shell keeps working too). Matplotlib supports a variety of GUI toolkits to render the figure in. The one that MPL is using should match with what Pyzo is using. If they use

Re: [Pyzo] matplotlib plots but mouse causes crash "Python hasstoppedworking"

2016-12-03 Thread 'blue2studio' via Pyzo
Almar, i'm using... Python 3.5.2 |Anaconda custom (32-bit)| (default, Jul 5 2016, 11:45:57) on Windows (32 bits). This is the Pyzo interpreter with integrated event loop for PYQT5. Using IPython 5.1.0 -- An enhanced Interactive Python. I tried to install PYQT4 rather than PYQT5 but not sure