Hi<br /><br />I am try to compile python example from:<br /><a href="http://www.grisby.org/presentations/py10code/tutorial.tar.gz">http://www.grisby.org/presentations/py10code/tutorial.tar.gz</a><br />After some additional packages instalation I finally run <br />./gameServer.py -ORBInitRef NameService=corbaloc:iiop:localhost:2809/NameService<br />and <br />./gameClient.py -ORBInitRef NameService=corbaloc:iiop:localhost:2809/NameService<br /><br />The former output is:<br />Game Server starting...<br />Iterator scavenger running...<br /> GameFactory_i created.<br />IOR:010000001e00000049444c3a546963546163546f652f47616d65466163746f72793a312e30000000010000000000000064000000010102000c0000003139322e3136382e312e3200638600000e000000fe0cbefe5500001b1b000000000000000200000000000000080000000100000000545441010000001c00000001000000010001000100000001000105090101000100000009010100<br />Reusing "tutorial" naming context.<br />GameFactory bound in NameService.<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br />Scavenging dead iterators...<br /><br /><br />And the later output is:<br /><br />No games in the GameFactory<br />GameBrowser initialised<br />Exception in thread Thread-1:<br />Traceback (most recent call last):<br />  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner<br />    self.run()<br />  File "/usr/lib/python2.7/threading.py", line 763, in run<br />    self.__target(*self.__args, **self.__kwargs)<br />  File "./gameClient.pNo games in the GameFactory<br />GameBrowser initialised<br />Exception in thread Thread-1:<br />Traceback (most recent call last):<br />  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner<br />    self.run()<br />  File "/usr/lib/python2.7/threading.py", line 763, in run<br />    self.__target(*self.__args, **self.__kwargs)<br />  File "./gameClient.py", line 514, in tkloop<br />    browser.master.mainloop()<br />  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1073, in mainloop<br />    self.tk.mainloop(n)<br />RuntimeError: Calling Tcl from different appartmenty", line 514, in tkloop<br />    browser.master.mainloop()<br />  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1073, in mainloop<br />    self.tk.mainloop(n)<br />RuntimeError: Calling Tcl from different appartment<br /><br /><br />So it apparently does not work. Because there is no game in GameFactory.<br />I don't know how I can fix it. But I am very keen of Corba. So please help me with that. It is probably easy to fix for you.<br /><br />regards<br />Szyk Cech