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
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__