[omniORB] Built with configure, what PYTHONPATH to use?
Duncan Grisby
duncan@grisby.org
Thu Oct 31 11:30:02 2002
On Tuesday 29 October, Craig Rodrigues wrote:
[...]
> What should PYTHONPATH be set to if the configure system was used to
> omniORBpy?
That's an omission in the README file. Thanks for pointing it out.
I've updated it in CVS. Here's the relevant bit:
--------
To use omniORBpy, you need to add the directories containing omniORB
to your PYTHONPATH. With an Autoconf build, if you specified the same
installation prefix as was used for Python, you do not need to add
anything to PYTHONPATH; if you used a different installation prefix,
add this path:
export PYTHONPATH=$PYTHONPATH:$PREFIX/lib/pythonX.Y/site-packages
replacing pythonX.Y with the version of Python you are using,
e.g. python2.2
--------
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --