打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
install omniORBpy

First, install omniORBpy

Get omniORBpy and Decompress

Download the omniORBpy v2.7 source (tar.gz file) from http://omniorb.sourceforge.net/. Later versions have not been tested.

$ tar -xzvf omniORBpy-2.7.tar.gz

Build and Install omniORBpy

$ ./configure$ make$ su -c "make install"

or

$ cd [omniORBpy directory]$ mkdir build$ cd build$ ../configure [configure options]$ make$ su -c "make install"

Create the python bindings for omniORB

You can create the bindings directory somewhere in your user directoryand list the directory in a .pth file as shown here, or you copy thecompiled idl to the local site-packages directory.

$ mkdir idl_py$ cd idl_py$ cp <path to ossie idl files>/*.idl .$ omniidl -p<path to omniORBpy backend> -bpython *
  • <path to ossie idl files> is typically /usr/local/include/ossie/ if installing from subversion but may be elsewhere if installed by another method.
  • <path to omniORBpy backend> is typically /usr/local/lib/python<version>/site-packages.

As root, create ossie.pth

# cd /usr/lib/python<version>/site-packages/# vim ossie.pth
  • Create the ossie.pth file to look as follows
<path to idl_py>/usr/local/lib/python2.x/site-packages/
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
python 环境设置
Cortex-vfx Installation on RHEL
python和linux的环境设置/PATH
linux安装python3
可可熊的窝 ? Blog Archive ? libev编译篇
零基础学习Python
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服