Jump to content
Serge_G

[FMX] Dll not found

Recommended Posts

Hi,

I was testing D11 and Python4Delphi  components (Getit version)

With VCL 32 bits and 64 bits application execute, 👍 good job

Same program FMX but, if 64 bits is OK,  32 bits raise an exception.

 

Any explication ?

 

Capture_1.PNG

Edited by Serge_G

Share this post


Link to post

Looks like it is looking for python3.3.  This is no longer supported.  Just check the properties of TPythonEngine.  Is UseLastKnownVersion checked?

Edited by pyscripter

Share this post


Link to post

Hi, thanks.
UseLastKnownVersion is/was checked (by the way it's the 3.10.2)

I was not aware of this property, unchecking it raise an "could not open Dll "python310.dll" exception (always and only on 32 bits) 

 

 

 

Edited by Serge_G

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×