|
@@ -49,7 +49,7 @@ function GetPythonVersion(APythonBin: string = DefaultPythonBin): string;
|
|
|
|
|
|
implementation
|
|
implementation
|
|
|
|
|
|
-uses process, UResourceStrings, Forms;
|
|
|
|
|
|
+uses process, UResourceStrings, Forms, UTranslation;
|
|
|
|
|
|
function GetPythonVersion(APythonBin: string = DefaultPythonBin): string;
|
|
function GetPythonVersion(APythonBin: string = DefaultPythonBin): string;
|
|
const PythonVersionPrefix = 'Python ';
|
|
const PythonVersionPrefix = 'Python ';
|