-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
Stefan Behnel wrote: > Johannes Wienke wrote: >> I am currently wrappin an existing C plugin API into a Python project. >> The way from my plugin loader into the plugins is not the problem, but >> the original software provides a bunch of function that the plugins can >> use. Is there a way to provide these functions with cython, that means >> reimplementing them with cython but generating them as defined by the >> existing header files? > > Are you asking about automated wrapper generation from header files? No, thats not the point. There are existing plugins written in C and I want to use these plugins in my Python project. The plugins can call several functions that the original framework provided. So now I have to implement those functions with Python, Cython or whatever. So the questions is about how to generate C code that matches an existing header file and enables the C-plugins to call Python code. Johannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFICJlBBFcR5UV/ccIRAsimAJoDXmfO/zvAnHkzaxsAMyrufP/x7gCg3rr7 j53SKEBweS3+GYMM1mIJAlU= =IOzD -----END PGP SIGNATURE----- _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
