On Tue, Oct 6, 2009 at 11:14, Stefan Behnel <[email protected]> wrote: > Do you want to link your C code into a Python module, or rather embed the > CPython Interpreter in a C program and use your Cython module there?
hello, thanks for the answers so far. What I want to do is to call a Python program from an existing C program. I think I know what should be done (compile the cython code with the public keyword, include the header, link to the .so library object) but since I don't know much about building C programs it doesn't do what I want. Cython makes many things easy, but you are still stuck to this gcc compiler and well, sorry for my lack of knowledge, but that's a bit of a mystery to me ;) That's why a working minimal example would be helpful for me and I could look at the build commands. However, if this would be added to the documentation I and probably many others would be happy! Harald _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
