Using ctypes with lib not found via ldconfig

Sam samuel.progin at gmail.com
Thu Dec 20 16:33:51 EST 2007


Hello,

May be I misunderstand your problem, but is it not possible do link it
as follow?

import ctypes

libgaak = ctypes.CDLL("/home/me/otherLibs/libgaak.so.6")

Kind regards.

Sam



More information about the Python-list mailing list