Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96668 > unrolled thread
| Started by | "chenchao@inhand.com.cn" <chenchao@inhand.com.cn> |
|---|---|
| First post | 2015-09-16 17:35 +0800 |
| Last post | 2015-09-16 17:35 +0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
python how to load multiple C libraries "chenchao@inhand.com.cn" <chenchao@inhand.com.cn> - 2015-09-16 17:35 +0800
| From | "chenchao@inhand.com.cn" <chenchao@inhand.com.cn> |
|---|---|
| Date | 2015-09-16 17:35 +0800 |
| Subject | python 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?
Back to top | Article view | comp.lang.python
csiph-web