如何在 Python 中使用 Corba

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2338331/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-11-04 00:23:32  来源:igfitidea点击:

How to use Corba with Python

pythoncorba

提问by monoceres

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).

我想知道是否有人有在 Python 中使用 Corba 的好资源?我用谷歌搜索了一下,发现有人推荐了 fnorb,但它不支持 Corba 中的一些新功能。Omniorb 似乎是一个不错的选择,但我不知道如何将它与 Python 一起使用(也不是 fnorb)。

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

感谢任何建议,我之前只用 Java 实现了一些简单的例子,所以我对 Corba 的理解很少。

Thanks!

谢谢!

采纳答案by Stefan N?we

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

omn​​iORBpy用户指南有什么问题?