diff --git a/easymacro.py b/easymacro.py index 526aaf5..56b86c4 100644 --- a/easymacro.py +++ b/easymacro.py @@ -132,7 +132,7 @@ IS_WIN = OS == 'Windows' LOG_NAME = 'ZAZ' CLIPBOARD_FORMAT_TEXT = 'text/plain;charset=utf-16' -PYTHON = 'python3' +PYTHON = 'python' if IS_WIN: PYTHON = 'python.exe' CALC = 'calc' diff --git a/files/ZAZPip_v0.4.0.oxt b/files/ZAZPip_v0.4.0.oxt index 40eb525..9f7403b 100644 Binary files a/files/ZAZPip_v0.4.0.oxt and b/files/ZAZPip_v0.4.0.oxt differ diff --git a/source/ZAZPip.py b/source/ZAZPip.py index 1b44bc4..2076acf 100644 --- a/source/ZAZPip.py +++ b/source/ZAZPip.py @@ -295,7 +295,6 @@ class ZAZPip(unohelper.Base, XJobExecutor): # ~ path_python = app.PYTHON # ~ if app.IS_WIN: path_python = app.get_path_python() - app.msgbox(path_python) # ~ cmd = app.PYTHON + ' -V' # ~ if app.IS_WIN: cmd = '"{}" -V'.format(path_python) diff --git a/source/pythonpath/easymacro.py b/source/pythonpath/easymacro.py index 526aaf5..56b86c4 100644 --- a/source/pythonpath/easymacro.py +++ b/source/pythonpath/easymacro.py @@ -132,7 +132,7 @@ IS_WIN = OS == 'Windows' LOG_NAME = 'ZAZ' CLIPBOARD_FORMAT_TEXT = 'text/plain;charset=utf-16' -PYTHON = 'python3' +PYTHON = 'python' if IS_WIN: PYTHON = 'python.exe' CALC = 'calc'