UPD: Python library name

This commit is contained in:
Alexander Koblov 2015-04-23 18:32:27 +00:00
commit 49b92eeb2a

View file

@ -199,7 +199,7 @@ var
procedure Initialize;
begin
libpython:= TLibHandle(dlopen('libpython2.7.so.1', RTLD_NOW or RTLD_GLOBAL));
libpython:= TLibHandle(dlopen('libpython2.7.so.1.0', RTLD_NOW or RTLD_GLOBAL));
HasPython:= libpython <> NilHandle;
if HasPython then
try