Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Corba with Python

Tags:

python

corba

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!

like image 751
monoceres Avatar asked Feb 25 '10 23:02

monoceres


1 Answers

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

like image 78
Stefan Näwe Avatar answered Sep 28 '22 07:09

Stefan Näwe