Tkinter+CORBA+threads, two main-loops. Problems?

Eric Brunel eric.brunel at pragmadev.com
Thu Nov 14 03:54:00 EST 2002


L Ekman wrote:

> Hello,
> 
> I am trying to make a program that contains a CORBA server
> implemented with orbit-python-0.3.1 and a GUI implemented with
> Tkinter.
> 
> The problem is that both orbit-python-0.3.1 and Tkinter has
> "main-loops", and can not find a way to implement this in a
> single threaded program.

I once used the fnorb ORB (http://www.fnorb.org) and problem was solved in 
the ORB itself. See http://www.fnorb.org/docs/1.2/Fnorb-Guide/node50.html
It may be a solution if you can change your ORB.

HTH
-- 
- Eric Brunel <eric.brunel at pragmadev.com> -
PragmaDev : Real Time Software Development Tools - http://www.pragmadev.com



More information about the Python-list mailing list