diff --git a/files/ZAZPip_v0.4.0.oxt b/files/ZAZPip_v0.4.0.oxt index 505bb0c..40eb525 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 f5d1da3..1b44bc4 100644 --- a/source/ZAZPip.py +++ b/source/ZAZPip.py @@ -295,7 +295,7 @@ 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)