We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3794b commit 00d624bCopy full SHA for 00d624b
demos_lazarus/Python_Console/formmain.pas
@@ -43,7 +43,7 @@ implementation
43
44
const
45
cPyLibraryWindows = 'python37.dll';
46
- cPyLibraryLinux = 'libpython3.8.so'; //default in Ubuntu 20.x
+ cPyLibraryLinux = 'libpython3.8.so.1.0'; //default in Ubuntu 20.x
47
cPyLibraryMac = '/Library/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7.dylib';
48
cPyZipWindows = 'python37.zip';
49
0 commit comments