How to use Corba with Python

monoceres picture monoceres · Feb 26, 2010 · Viewed 13.2k times · Source

I'm wondering if anyone have a good resource for working with Corba in Python? I've googled around and saw that fnorb was recommended by some, but that it doesn't support some new features in Corba. Omniorb seemed like a good alternative, but I have no idea how to use it with Python (not fnorb either).

Any advice is appreciated, I've only implemented some simple examples in Java before so my understanding of Corba is sparse.

Thanks!

Answer

Stefan Näwe picture Stefan Näwe · Mar 4, 2010

What's wrong with the omniORBpy User's Guide ?