Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21603
| From | Dids <didierblanchard@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Instantiate a python class object in C |
| Date | 2012-03-14 07:28 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <44ca54da-a2ca-48ff-83e7-9de18b064f0e@y10g2000vbn.googlegroups.com> (permalink) |
| References | <500e1575-78e7-45aa-8fc3-78427bbe917c@l7g2000vbw.googlegroups.com> <mailman.635.1331734407.3037.python-list@python.org> |
Ok, I have it :) PyImport_Import , PyModule_GetDict, PyDict_GetItemString and PyObject_CallObject Need to take a second look at cython when I have a spare cycle or 2. Thanks for the the tip :) A+ Dids,
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Instantiate a python class object in C Dids <didierblanchard@gmail.com> - 2012-03-14 06:46 -0700
Re: Instantiate a python class object in C Stefan Behnel <stefan_ml@behnel.de> - 2012-03-14 15:13 +0100
Re: Instantiate a python class object in C Dids <didierblanchard@gmail.com> - 2012-03-14 07:28 -0700
csiph-web