Using Pyrex or pyrex-like tool for embedding python into C?
Alexander Belchenko <[email protected]> Mon, 19 Jan 2009 13:39:02 +0200
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Hi, Is it possible to use Pyrex (or may be Cython?) to write programs to embedding python code into C-programs? Embedding seems very similar to what Pyrex already doing today. Am I missed something? Alexander