We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's a continuation of a theme #457
Unfortunately, nothing works. None of the methods given in the article (https://github.com/pyscripter/python4delphi/wiki/PythonThreads#tpythonthread-properties). There is simply no response. I have logging, but nothing is written in the log.
What am I doing wrong? Python embedded version is 3.8. Delphi 11.3
Here is my code:
ThreadPythonExec( procedure begin GetPythonEngine.ExecFile(PyFileName); end{, nil, false, emNewInterpreter}); Task := TTask.Create( procedure var Py: IPyEngineAndGIL; begin Py := SafePyEngine; Py.PythonEngine.ExecFile(PyFileName); end); Task.Start;
The text was updated successfully, but these errors were encountered:
Please continue at the previous issue. Do not open a new one.
Sorry, something went wrong.
No branches or pull requests
It's a continuation of a theme #457
Unfortunately, nothing works. None of the methods given in the article (https://github.com/pyscripter/python4delphi/wiki/PythonThreads#tpythonthread-properties). There is simply no response. I have logging, but nothing is written in the log.
What am I doing wrong? Python embedded version is 3.8. Delphi 11.3
Here is my code:
The text was updated successfully, but these errors were encountered: