Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96668 > unrolled thread

python how to load multiple C libraries

Started by"chenchao@inhand.com.cn" <chenchao@inhand.com.cn>
First post2015-09-16 17:35 +0800
Last post2015-09-16 17:35 +0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  python how to load multiple C libraries "chenchao@inhand.com.cn" <chenchao@inhand.com.cn> - 2015-09-16 17:35 +0800

#96668 — python how to load multiple C libraries

From"chenchao@inhand.com.cn" <chenchao@inhand.com.cn>
Date2015-09-16 17:35 +0800
Subjectpython how to load multiple C libraries
Message-ID<mailman.626.1442396131.8327.python-list@python.org>
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?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web