Talk:Using Python on Linux

From Apache OpenOffice Wiki
Revision as of 12:58, 28 December 2006 by MyForest (Talk | contribs)

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