On Wed, Sep 16, 2015 at 7:35 PM, chenc...@inhand.com.cn
<chenc...@inhand.com.cn> wrote:
> 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?

How are the libraries built? A circular dependency is always a
problem. How would a C program handle this?

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to