DllName : libpython3.6m.so
DllPath : /usr/lib64
RegVersion : 3.6
I look at Python4Delphi and just shake my head. Embarcadero likes going on those suicide missions. Proof positive what happens when the marketing team or some executives have lost their minds.
As for Lazarus, rather see more pas2js (https://wiki.freepascal.org/pas2js (https://wiki.freepascal.org/pas2js))
What do you mean? Python4Delphi was started at a time when Delphi still belonged to Borland and has nothing to do with Embarcadero. Also are you maybe confusing this with Delphi for PHP? That was something completely different.
For Python coders, seems like they can squeeze some free milk from the Embarcadero Delphi cow. There is of course Free Pascal/Lazarus for that, but as another open source project, that makes way more sense as an exchange. Python4Lazarus, not arguing against such an arrangement. Python4Delphi? Kind of questioning the business sense of promoting such versus being quiet about it.
Jurassic Pork: you use Python 3.6, but wasn't Python4Delphi meant for 2.x ? On Windows it came with a 2.6 dll.in the file Definition.inc of the project python4Lazarus we can find :
//{$DEFINE PYTHON25}
//{$DEFINE PYTHON26}
//{$DEFINE PYTHON27}
//{$DEFINE PYTHON32}
//{$DEFINE PYTHON33}
//{$DEFINE PYTHON34}
//{$DEFINE PYTHON35}
//{$DEFINE PYTHON36}
//{$DEFINE PYTHON37}
//{$DEFINE PYTHON38}