https://bugs.documentfoundation.org/show_bug.cgi?id=127351

            Bug ID: 127351
           Summary: Example python script not execute
           Product: LibreOffice
           Version: 6.3.1.1 rc
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: minor
          Priority: medium
         Component: Documentation
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: pub...@elmau.net
                CC: olivier.hal...@libreoffice.org

Description:
The example:
https://help.libreoffice.org/6.3/en-US/text/sbasic/python/python_shell.html?&DbPAR=BASIC&System=UNIX

Only work if LibreOffice is installed manuality, but not, if used the version
of the distribution, because generally this versions used the Python Core the
system, for this case:

import subprocess

def interpreter_console():
    subprocess.Popen('python')  
    return

Steps to Reproduce:
Only if used LibreOffice of the distribution

1. Copy and paste script
2. Execute

Actual Results:
Error: FileNOtFoundError

Expected Results:
Show interpreter console


Reproducible: Always


User Profile Reset: No



Additional Info:
Example:
https://help.libreoffice.org/6.3/en-US/text/sbasic/python/python_shell.html?&DbPAR=BASIC&System=UNIX

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to