Dmitry72 1 Posted January 14 Hello, I've built and deployed on Linux Ubuntu22.0.4 the python4delphi-master\Demos\FMX\SimpleDemo\Project1.dproj example but the executable is still not starting. What are requirements for P4D for Linux? Thanks in advance, Share this post Link to post
pyscripter 689 Posted January 15 Do you have the appropriate python lib in your system? eg. See also the replies in Getting started with Ubuntu 18.04. Error Could not open DLL - Python4Delphi - Delphi-PRAXiS [en] (delphipraxis.net) I would try first to run a console app and when this works then try an FMX app. Share this post Link to post
Dmitry72 1 Posted January 16 Dear Professor, thank you for support! Step 1. Make sure that Python is installed on the system and find the name of the .so On my system Ubuntu22.04 it is libpython3.10.so.1 and libpython3.10.so.1.0 Step 2 The make sure property UseLastKnownVersion = False. It was trying to use libpython3.3m.so instead. Now it all works well!! Thank you for your support! 1 Share this post Link to post