aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools/deploy/python_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside-tools/deploy/python_helper.py')
-rw-r--r--sources/pyside-tools/deploy/python_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside-tools/deploy/python_helper.py b/sources/pyside-tools/deploy/python_helper.py
index 3831b7dde..ea5859cea 100644
--- a/sources/pyside-tools/deploy/python_helper.py
+++ b/sources/pyside-tools/deploy/python_helper.py
@@ -20,7 +20,7 @@ class PythonExecutable:
self.dry_run = dry_run
if create_venv:
self.__create_venv()
- self.nuitka = Nuitka(nuitka=[self.exe, "-m", "nuitka"])
+ self.nuitka = Nuitka(nuitka=[os.fspath(self.exe), "-m", "nuitka"])
@property
def exe(self):