[omniORB] It's seem a bug in omniORBpy3
JiangWei
jw.omni at sduept.com
Wed Jun 21 14:13:02 BST 2006
valuetype M
{
struct N { string s;};
public N n1;
};
[jw at dell omni]$ omniidl -bpython MyValue.idl
[jw at dell omni]$ python
Python 2.4.3 (#1, Jun 5 2006, 10:53:01)
[GCC 4.1.1 20060525 (Red Hat 4.1.1-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import _GlobalIDL
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "_GlobalIDL/__init__.py", line 9, in ?
import MyValue_idl
File "MyValue_idl.py", line 27, in ?
class M (_0_CORBA.ValueBase):
File "MyValue_idl.py", line 41, in M
_0__GlobalIDL.M.N = omniORB.newEmptyClass()
AttributeError: 'module' object has no attribute 'M'
More information about the omniORB-list
mailing list