Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7686389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:28:09+00:00 2026-05-31T19:28:09+00:00

I am trying to install omniorb in a virtualenv for python. Doing this using

  • 0

I am trying to install omniorb in a virtualenv for python.

Doing this using the included configure script with omniorb seems rather difficult.

Does anyone know about a pip, setup.py or easy_install script for omniorb?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T19:28:10+00:00Added an answer on May 31, 2026 at 7:28 pm

    Out of curiosity I just tried this on Ubuntu 10.04. I don’t have a pip or setup.py solution for you, but it isn’t too hard.

    I think the secret is to set the PYTHON variable to configure to point to the python executable in your virtualenv. I built omniORB and omniORBPy from source and installed them to a directory under my virtualenv (by specifying the --prefix option to configure).

    You then have to put the site-packages directory that gets created under the omniORB install directory on your PYTHONPATH. I chose to do this by creating a omniorb.pth file in my virtualenv’s site-packages folder (more on this below).

    Here is the shell history of what I did. I am working out of a directory /home/brian/coding/python/virtualenvs. You’ll have to mentally adjust paths, etc. for your environment.

     virtualenv omniORB
     cd omniORB/
     . bin/activate
     cp /home/brian/Downloads/omni* .
     tar xvfj omniORB-4.1.6.tar.bz2 
     tar xvfj omniORBpy-3.6.tar.bz2 
     mkdir omniORB_install
     cd omniORB-4.1.6/
     mkdir build
     cd build
     ../configure --prefix=/home/brian/coding/python/virtualenvs/omniORB/omniORB_install/ PYTHON=/home/brian/coding/python/virtualenvs/omniORB/bin/python 
     make
     make install
     cd ../../omniORBpy-3.6/
     mkdir build
     cd build
     ../configure --prefix=/home/brian/coding/python/virtualenvs/omniORB/omniORB_install/ PYTHON=/home/brian/coding/python/virtualenvs/omniORB/bin/python --with-omniorb=/home/brian/coding/python/virtualenvs/omniORB/omniORB_install/
     make
     make install
    

    Now here is that omniorb.pth file I mentioned earlier. Change directory to the top of your virtualenv. Create omniorb.pth such that it looks and is located like this:

    $ cat lib/python2.6/site-packages/omniorb.pth 
    /home/brian/coding/python/virtualenvs/omniORB/omniORB_install/lib/python2.6/site-packages
    

    Now, inside my activated virtualenv:

    $ python
    Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) 
    [GCC 4.4.3] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import CORBA
    >>> CORBA.__file__
    '/home/brian/coding/python/virtualenvs/omniORB/omniORB_install/lib/python2.6/site-packages/omniORB/CORBA.pyc'
    >>>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to install Scrapy on Mac OSX 10.6 using this guide : When running
Im trying to install recaptcha on a Rails3 app (Im using Passenger), this is
Trying to install pear package and keep getting this strange error. Can you shed
trying to install gdata python library client,receiving following errors: running install running build running
Trying to install mysql-python. Got following error. Got mysql and pythond already installed. Any
I was trying to install bundler in Linux Mint. but I'm getting this error
Trying to install this ipython version. infact there's a django-starter project which uses buildout
Trying to install mysql2 gem on ruby 1.9.2 and I get this error: Installing
Trying to install Cython so I can use openKinect Python wrapper. I downloaded Xcode
Trying to install RMySQL on 64-bit Windows 7. Using R-2.14.2 with Rtools214 and MySQL

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.