Run Python & Run C Function
EMBEDDING > Run Python & Run C Function
Farshid Lashkari no at spam.comFri Jun 22 14:21:04 EDT 2007
- Previous message (by thread): EMBEDDING > Run Python & Run C Function
- Next message (by thread): EMBEDDING > Run Python & Run C Function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
anonymisiert85 at mymail.ch wrote: > At the moment i can run python-string-code from C (MinGW, WinXP) > > But how can i register a C-function in python-RUNTIME and call this C > function from python - without wrapper dll's or libs??? Have a look at the following documentation page on extending/embedding python. I believe it does exactly what you want. http://www.python.org/doc/ext/extending-with-embedding.html -Farshid
- Previous message (by thread): EMBEDDING > Run Python & Run C Function
- Next message (by thread): EMBEDDING > Run Python & Run C Function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list