We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33e873 commit 0d606f5Copy full SHA for 0d606f5
1 file changed
PythonForDelphi/Components/Sources/Core/PythonEngine.pas
@@ -4916,7 +4916,7 @@ procedure TPythonEngine.Initialize;
4916
AssignPyFlags;
4917
if FPythonHomeW <> '' then begin
4918
if IsPython3000 then
4919
- Py_SetPythonHome3000(PChar(FPythonHomeW))
+ Py_SetPythonHome3000(PWideChar(FPythonHomeW))
4920
else
4921
Py_SetPythonHome(PAnsiChar(FPythonHome));
4922
end;
0 commit comments