next up previous contents
Next: E. Known Bugs Up: OSSIE 0.6.2 User Guide Previous: C. Creating omniNames.sh   Contents


D. Configuring ossie.pth

In order for the Python tools to link properly, a Python path file must be created to point to the shared modules. The default ossie.pth file is located under
ossie-0.6.2/src/system/ossie/idl/python/ and is installed by default in
/usr/lib/pythonX.X/site-packages when you install the ossie core framework libraries.

If you did not install omniORBpy using an RPM, you might need to add
/usr/local/lib/pythonX.X/site-packages to ossie.pth, where X.X corresponds to the specific version of Python installed on your system. Now reinstall by running python setup.py install as root within the
ossie-0.6.2/src/system/ossie/idl/python/ directory:

 # cd ossie-0.6.2/src/system/ossie/idl/python/
 # python setup.py install



2008-04-25