Installing omniORB and omniORBpyInstalling the CORBA 2 ORB omniORB and omniORBpy for Python 2.1 Installing the omniORB and omniORBpy binary distributionNow you need to install the Debian package of omniORB and omniORBpy.More information about omniORB and omniORBpy can be found at:http://www.uk.research.att.com/omniORBhttp://www.uk.research.att.com/omniORB/omniORBpy Installing the omniORB and omniORBpy Debian package exchange4linux:~# apt-get install python-omniorbReading Package Lists... DoneBuilding Dependency Tree... DoneThe following extra packages will be installed: omniorb omniorb-nameserverThe following NEW packages will be installed: omniorb omniorb-nameserver python-omniorb0 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.Need to get 0B/2080kB of archives. After unpacking 8292kB will be used.Do you want to continue? [Y/n] yMedia Change: Please insert the disc labeled 'Debian GNU/Linux 3.0 r1 _Woody_ -Official i386 Binary-2 (20021218)' in the drive '/cdrom/' and press enterSelecting previously deselected package omniorb-nameserver.(Reading database ... 6695 files and directories currently installed.)Unpacking omniorb-nameserver (from .../omniorb-nameserver_3.0.4.1-8_i386.deb) ...Selecting previously deselected package omniorb.Unpacking omniorb (from .../omniorb_3.0.4.1-8_i386.deb) ...Media Change: Please insert the disc labeled 'Debian GNU/Linux 3.0 r1 _Woody_ -Official i386 Binary-6 (20021218)' in the drive '/cdrom/' and press enterSelecting previously deselected package python-omniorb.(Reading database ... 6731 files and directories currently installed.)Unpacking python-omniorb (from .../python-omniorb_3.0.4.1-8_i386.deb) ...Setting up omniorb-nameserver (3.0.4.1-8) ...Starting omniorb name server: omniNames.Setting up omniorb (3.0.4.1-8) ...Setting up python-omniorb (3.0.4.1-8) ...exchange4linux:~# Testing the omniORBpy installationNow you need to test if the omniORBpy modules and libraries are installed correctly. You will start python in the interactive mode and import the omniORB module. If that works you're probably fine. Also pay attention that python reports in his version info that it is 1.5.2.Below are samples of what it should look like. If you import omniORB and don't get any error messages you are fine. To exit the python interpreter press CTRL-D (could be different on your terminal). Testing the omniORB installation exchange4linux:~# pythonPython 2.1.3 (#1, Apr 20 2002, 10:14:34)[GCC 2.95.4 20011002 (Debian prerelease)] on linux2Type "copyright", "credits" or "license" for more information.>>> import omniORB>>> (CTRL-D)exchange4linux:~#