[omniORB] CORBA python mapping

Stefan Seefeld seefeld@sympatico.ca
Tue Mar 4 02:07:02 2003


hi there,

I'v been pondering a while about the module layout specified by the
CORBA python mapping, and I both the specs as well as Duncan's docs
point out that it has to be that way, though I fail to understand why:

I have a set of interfaces all defined in 'Module Fresco' (IDL).
Why are the individual <>_idl.py stub files in global scope, and then
imported via 'Fresco/__init__.py' ? Why can't they be placed *into*
the 'Fresco/' directory ?

At various points it is hinted at language constraints but I can't
see where this could possibly clash.

Thanks,
		Stefan