I'm working on a project with Python4Delphi component and also i want to use embedded version of python which is better to use as needs no installation. I've set the correct path and filename to python310.dll in the appropriate properties but no chance to run properly and always getting the
Error 87: Could not open Dll "python33.dll"
Python could not be properly initialized. We must quit.
i also added the directory of the dll to environment variables still no luck. whats wrong? (python and delphi 10.4 project both are 32bit versions, windows 10 64bit)
just set the propery "UseLastKnownVersion" of PythonEngine Component to false, the "python33.dll not found " will disapper