[omniORB] Dynamic Skeleton Interface and omniORBpy 2.3
Kevin Wooten
KevinW at rainbowstudios.com
Tue Dec 9 09:23:54 GMT 2003
omniORBpy's notes also say that DII is not supported; that is dynamic
invocation. DSI is probably included. If you can't import it, try to search
for it in the omniORBpy dir tree. My hunch is that it is not supported.
Cheers,
Kevin
-----Original Message-----
From: David Fugate [mailto:dfugate at nrao.edu]
Sent: Tuesday, December 09, 2003 7:03 AM
To: omniorb-list at omniorb-support.com
Subject: [omniORB] Dynamic Skeleton Interface and omniORBpy 2.3
Hi everyone, I've been trying unsuccessfully to use the
DynamicImplementation class (defined in section 1.5.2 of the Python
Language Mapping, v1.2) which should be in PortableServer. It looks as
if this has not been implemented in the Python ORB:
bash-2.05$ python -i
Python 2.3 (#1, Nov 4 2003, 10:32:32)
[GCC 3.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from omniORB.PortableServer import DynamicImplementation
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: cannot import name DynamicImplementation
>>> import omniORB.PortableServer
>>> import PortableServer.DynamicImplementation
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named DynamicImplementation
>>>
Looking over omniORBpy's release notes, it states that "interceptors"
are not available to Python code. Is DynamicImplementation an
interceptor and if not, how is it used?
Thanks in advance for your replies,
David Fugate
National Radio Astronomy Observatory
_______________________________________________
omniORB-list mailing list
omniORB-list at omniorb-support.com
http://www.omniorb-support.com/mailman/listinfo/omniorb-list
More information about the omniORB-list
mailing list