tags:

views:

324

answers:

1

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!

+3  A: 

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

Stefan Näwe
+1 omniORBpy is a very good implementation of CORBA for Python.
Brian Neal