[EMAIL PROTECTED] 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to