diff --git a/files/ZAZPip_v0.4.0.oxt b/files/ZAZPip_v0.4.0.oxt index f8aac1e..8db31d4 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 7263801..e3d7e3a 100644 --- a/source/ZAZPip.py +++ b/source/ZAZPip.py @@ -32,9 +32,9 @@ class Controllers(object): def __init__(self, dialog): self.d = dialog - self.path_python = app.PYTHON - if app.IS_WIN: - self.path_python = app.get_path_python() + # ~ self.path_python = app.PYTHON + # ~ if app.IS_WIN: + self.path_python = app.get_path_python() self._states = { 'list': False, 'install': False, @@ -298,9 +298,7 @@ class ZAZPip(unohelper.Base, XJobExecutor): # ~ cmd = app.PYTHON + ' -V' # ~ if app.IS_WIN: cmd = '"{}" -V'.format(path_python) - app.msgbox(cmd) label = app.run(cmd, True) - app.msgbox(label) args = { 'Type': 'Label',