En Thu, 25 Jun 2009 06:15:57 -0300, luca72 <lucabe...@libero.it> escribió:

Hello but find_library find only the lib. but if i need to load from a
list of lib how i have to do.
My proble is that i have 5 lib (a,b,c,d,e), if i load the a i get lib
b not found, if for first i load the b and than the a i get the same
error how i have to proceed.

Try adding the parameter mode=ctypes.RTLD_GLOBAL when loading the library.

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to