From: <gee...@aa...> - 2006-12-16 23:26:39
|
Hi All, I'm trying to run an application (on a hardened linux) which is using embedded python. The called python script is using the python-ldap module... This application now crashes when calling the PyImport_Import()... If I use however a script which does not import the ldap module, everything works fine: no crash in this api! Calling the script with the interpreter works also fine (I can do search on an ldap server with python...) Anyone any idea what could be wrong.? Thanks in advance, Geert |