Skip to content

Instantly share code, notes, and snippets.

@collin
Created December 10, 2008 23:26
Show Gist options
  • Select an option

  • Save collin/34540 to your computer and use it in GitHub Desktop.

Select an option

Save collin/34540 to your computer and use it in GitHub Desktop.
Switch to the OpenOffice.org directory and move away the python runtime coming with OOo.
cd /path/to/openoffice.org/program
mv libpython.so.2 libpython.so.2.orig
mv python-core python-core.orig
cp pythonloader.unorc pythonloader.unorc.orig
ln -s /usr/local/lib/libpython2.3.so.1.0 libpython.so.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment