Talk:Using Python on Linux

From OpenOffice.org Wiki

Revision as of 12:58, 28 December 2006 by MyForest (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Rather than having to use a wrapper to get the right environment, I find that I can also do the following:

import sys
sys.path.append("/usr/lib/openoffice.orgX.x/program")
import uno
Personal tools
Create a book