Kaydet (Commit) fd0ecb18 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Make informative output more obvious

Change-Id: I9088da9fd2eb1b3ea6be6fda85e058abe8d57286
üst e8807620
......@@ -18,15 +18,17 @@ try:
import uno
except ImportError:
print("pyuno not found: try to set PYTHONPATH and URE_BOOTSTRAP variables")
print("PYTHONPATH=/installation/opt/program")
print("URE_BOOTSTRAP=file:///installation/opt/program/fundamentalrc")
print("to something like:")
print(" PYTHONPATH=/installation/opt/program")
print(" URE_BOOTSTRAP=file:///installation/opt/program/fundamentalrc")
raise
try:
from com.sun.star.document import XDocumentEventListener
except ImportError:
print("UNO API class not found: try to set URE_BOOTSTRAP variable")
print("URE_BOOTSTRAP=file:///installation/opt/program/fundamentalrc")
print("to something like:")
print(" URE_BOOTSTRAP=file:///installation/opt/program/fundamentalrc")
raise
### utilities ###
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment