To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=97629
------- Additional comments from [email protected] Mon Mar 30 22:26:33 +0000 2009 ------- But I think I'll just do that for now: --- scripting/source/pyprov/officehelper.py-old 2009-03-31 00:08:59.000000000 +0200 +++ scripting/source/pyprov/officehelper.py 2009-03-31 00:10:08.000000000 +0200 @@ -57,7 +57,7 @@ if "UNO_PATH" in os.environ: sOffice = os.environ["UNO_PATH"] else: - sOffice = "" # lets hope for the best + sOffice = "/usr/lib/openoffice/program" sOffice = os.path.join(sOffice, "soffice") if platform.startswith("win"): sOffice += ".exe" since we know in our packages where OOo is. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
