Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96670 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2015-09-16 19:41 +1000 |
| Last post | 2015-09-16 19:41 +1000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: python how to load multiple C libraries Chris Angelico <rosuav@gmail.com> - 2015-09-16 19:41 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2015-09-16 19:41 +1000 |
| Subject | Re: python how to load multiple C libraries |
| Message-ID | <mailman.628.1442396471.8327.python-list@python.org> |
On Wed, Sep 16, 2015 at 7:35 PM, chenchao@inhand.com.cn <chenchao@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
Back to top | Article view | comp.lang.python
csiph-web