monoceres
monoceres

Reputation: 4770

How to use Corba with Python

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!

Upvotes: 9

Views: 16833

Answers (1)

Stefan Näwe
Stefan Näwe

Reputation: 3104

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

Upvotes: 9

Related Questions