entonh
2012-10-09 12:22:01 UTC
Hi there,
I want to realize a library which controls a Java program via Python by using omniORB.
My python process crashes everytime I call activate_object():
Code example:
oPOA = PortableServer.POA()
self.oPoaManager = self.oPoaObj._get_the_POAManager()
self.oPoaManager.activate()
self.oClass = Class.Class()
oPOA.activate_object(self.oClass)
I am using omniORBpy-3.4 with Python 2.5.
The behaviour occurs on Win XP systems and also an Win 7 64 Bit systems.
Could you please help me or at least explain, how this behavious may occur?
Greetings
EntonH
I want to realize a library which controls a Java program via Python by using omniORB.
My python process crashes everytime I call activate_object():
Code example:
oPOA = PortableServer.POA()
self.oPoaManager = self.oPoaObj._get_the_POAManager()
self.oPoaManager.activate()
self.oClass = Class.Class()
oPOA.activate_object(self.oClass)
I am using omniORBpy-3.4 with Python 2.5.
The behaviour occurs on Win XP systems and also an Win 7 64 Bit systems.
Could you please help me or at least explain, how this behavious may occur?
Greetings
EntonH