[omniORB] omniORBpy: Howto install modules independently?

Duncan Grisby duncan at grisby.org
Fri Mar 26 13:35:56 GMT 2004


On Monday 22 March, "W. Borgert" wrote:
> Quoting "W. Borgert" <debacle at debian.org>:
> > I assume, the best would be a tool 'install-omniORBpy-module'
> > called with the name of the _idl.py file and (if necessary) the
> > IDL module prefix, like A::B::C.  In addition, I would need an
> > uninstall-omniORBpy-module tool.
> 
> Maybe this is not a omniORB or CORBA specific problem, but a
> general issue with Python.  If I install additional sub-modules,
> the module/__init__.py file has to be edited, right?  Same for
> removing a sub-module.  So I need an install-python-module tool,
> with the Python module hierarchy as parameter, right?

In general, it's not an issue. It's only an issue with omniORB because
more than one generated _idl.py file can put definitions into a single
Python module named after the IDL module.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list