Hi:

I have a multithread program. One of the thread is using MPL to plot
some data. Everything works as expected, until the moment I terminate
the program. When the main thread terminate, I start getting this
message:

Exception exceptions.RuntimeError: RuntimeError('main thread is not in
main loop',) in <bound method PhotoImage.__del__ of
<Tkinter.PhotoImage instance at 0x910064c>> ignored

I get 8 of this message, and then the program finally stop.

I am stopping the thread before terminating. I also close the figure.
All the threads are running as Daemons
(thread_instance.setDaemon(True) ).

Any idea about what could be happening?

Regards,
Alejandro.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to