Did you know that the OpenOffice.org Wiki has a WYSIWYG editor? See Help:FCKeditor
Talk:Using Python on Linux
From OpenOffice.org Wiki
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

