[Matplotlib-users] Qt4 Example timing out

2013-09-17 Thread Chad Kidder
I'm following the MPL Qt4 example given at http://matplotlib.org/examples/user_interfaces/embedding_in_qt4.html and it looks like I am timing out somewhere in the setup. The error I am getting is: RuntimeError: super-class __init__() of type MyDynamicMplCanvas was never called It's timing out on

Re: [Matplotlib-users] Qt4 Example timing out

2013-09-17 Thread Benjamin Root
On Tue, Sep 17, 2013 at 11:55 AM, Chad Kidder wrote: > I'm following the MPL Qt4 example given at > http://matplotlib.org/examples/user_interfaces/embedding_in_qt4.html and > it looks like I am timing out somewhere in the setup. The error I am > getting is: > > RuntimeError: super-class __init__