python how to load multiple C libraries

chenchao at inhand.com.cn chenchao at inhand.com.cn
Wed Sep 16 05:35:18 EDT 2015


hi:
I encountered a problem. I use ctypes load multiple C  libraries, but 
the libraries have dependence each other.So, how can i load these 
libraries. For example, I have two libraries:A、B, but A depends on B, B 
depends on A. So how do I load them? Is there anybody know how to do it?





More information about the Python-list mailing list