On Freitag, 7. September 2007, killian koepsell wrote: > hi, > > > i installed eric4 on osx and i have the following problem: > > > i want to debug a multi-threaded python application. more concretely, i > have an application that opens a graphical window (using matplotlib > http://matplotlib.sourceforge.net/). it seems to be impossible to interact > with the debugger as long as the graphical window is open. however, i am > used to interact with the python interpreter while (several) graphical > windows are open. this is for example possible inside ipython ( > http://ipython.scipy.org/). is there a way to do the same inside eric? > > > thanks, > > kilian
Does matplotlib have it's own kind of event loop or something like this? From what you describe, it seems, that the matplotlib code is not returning to Python. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
