[omniORB] Problem importing omniORB in python

steven bellens bellenssteven at gmail.com
Mon Nov 16 12:29:09 GMT 2009


2009/11/16 Duncan Grisby <duncan at grisby.org>

> On Mon, 2009-11-16 at 10:26 +0100, steven bellens wrote:
>
> [...]
> > As omniORB is not contained in the fedora package list, I downloaded
> > omniORB 4.1.4 and omniORBPy 3.4, build (GNUMake 3.81) and installed it
> > (omniORB first, omniORBPy afterwards) using the autoconf option.
> > I have set my python path and library path, but still python can't
> > find the omniORB module.
>
> Presumably, it isn't really on your PYTHONPATH. What exactly are they
> steps you carried out to configure and install it?
>

I downloaded and extracted omniORB-4.1.4 and afterwards:
mkdir build; cd build; ../configure; make; sudo make install; which gave me
no error messages
There are 2 warning during configuring:
WARNING:  '../contrib/pkgconfig/omniORB4.pc.in' seems to ignore the
--datarootdir setting
WARNING:  '../contrib/pkgconfig/omniCOS4.pc.in' seems to ignore the
--datarootdir setting

Then I downloaded and extracted omniORBpy-3.4 and afterwards:
mkdir build; cd build; ../configure; make; sudo make install; which gave me
no error messages either.
There is one warning during configuring:
WARNING:  '../mk/beforeauto.mk.in' seems to ignore the --datarootdir setting

I added about every directory which could be useful to my pythonpath:

$PYTHONPATH
bash:
/home/steven/src/svn/robotics-ros/packages/ros/core/roslib/src:/home/steven/Download/omniORB-4.1.4/build/lib:/home/steven/Download/omniORBpy-3.4/python/omniORB:/home/steven/Download/omniORBpy-3.4/build/python/omniORB:/home/steven/Download/omniORBpy-3.4/modules:/lib/python://lib/:/usr/local/lib/python2.6/site-packages/omniORB:/usr/local/lib/python2.6/site-packages/omniORB/COS/:/usr/lib64/python2.6:/usr/local/lib:/usr/local/lib/python2.6/site-packages/omniidl:/usr/local/lib64/python2.6/site-packages:/usr/local/lib/python2.6/site-packages/omniidl_be:/usr/local/share/idl/omniORB:usr/local/lib/python2.6/site-packages:/usr/local/include/omniORB4:/lib/:/usr/include:/usr/local/include/omniORB4:/usr/local/share/idl/omniORB:/usr/local/lib:/lib/:/home/steven/orocos/lib:/usr/include:/usr/local/include/omniORB4:/usr/local/share/idl/omniORB:/usr/local/lib::/home/steven/src/svn/robotics-ros/packages/ros/core/roslib/src:/home/steven/Download/omniORB-4.1.4/build/lib:/home/steven/Download/omniORBpy-3.4/python/omniORB:/home/steven/Download/omniORBpy-3.4/build/python/omniORB/:/lib/python://lib/:/usr/local/lib/python2.6/site-packages/omniORB:/usr/local/lib/python2.6/site-packages/omniORB/COS/:/usr/lib64/python2.6:/usr/local/lib:/usr/local/lib/python2.6/site-packages/omniidl:/usr/local/lib64/python2.6/site-packages:/usr/local/lib/python2.6/site-packages/omniidl_be:/usr/local/share/idl/omniORB:usr/local/lib/python2.6/site-packages:/usr/local/include/omniORB4:/lib/:/home/steven/orocos/lib:/usr/include:/usr/local/include/omniORB4:/usr/local/share/idl/omniORB:/usr/local/lib::/home/steven/src/svn/robotics-ros/packages/ros/core/roslib/src:/home/steven/Download/omniORB-4.1.4/build/lib:/home/steven/Download/omniORBpy-3.4/python/omniORB:/home/steven/Download/omniORBpy-3.4/build/python/omniORB/:/lib/python://lib/:/usr/local/lib/python2.6/site-packages/omniORB:/usr/local/lib/python2.6/site-packages/omniORB/COS/:/usr/lib64/python2.6:/usr/local/lib:/usr/local/lib/python2.6/site-packages/omniidl:/usr/local/lib64/python2.6/site-packages:/usr/local/lib/python2.6/site-packages/omniidl_be:/usr/local/share/idl/omniORB:usr/local/lib/python2.6/site-packages:/usr/local/include/omniORB4:/lib/:/home/steven/orocos/lib:/usr/include:/usr/local/include/omniORB4:/usr/local/share/idl/omniORB:/usr/local/lib:::
No such file or directory



>
> Duncan.
>

Steven

>
> --
>  -- Duncan Grisby         --
>  -- duncan at grisby.org     --
>   -- http://www.grisby.org --
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20091116/a79d9205/attachment.htm


More information about the omniORB-list mailing list