From accc6a9e1478521bc51f5c826a4499d098d1e5c5 Mon Sep 17 00:00:00 2001 From: LibreOfficiant Date: Thu, 19 Sep 2019 16:20:35 +0200 Subject: Add a warning detailing how to check Python's presence. Change-Id: I31a1f4a99742b05f6f7a0c1b9904e78475ea9a4e Reviewed-on: https://gerrit.libreoffice.org/79177 Tested-by: Jenkins Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- source/text/sbasic/python/main0000.xhp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/text/sbasic/python/main0000.xhp b/source/text/sbasic/python/main0000.xhp index 44b8390a62..5faefe428e 100644 --- a/source/text/sbasic/python/main0000.xhp +++ b/source/text/sbasic/python/main0000.xhp @@ -28,6 +28,7 @@

Working with Python Scripts in %PRODUCTNAME

You can execute Python scripts choosing Tools - Macros - Run Macro. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME. + The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting Tools – Macros - Run Macro... and checking %PRODUCTNAME Macros for the presence of HelloWorld – HelloWorldPython macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python. -- cgit