En Fri, 22 Jun 2007 12:09:40 -0300, <[EMAIL PROTECTED]> escribió:

> 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???

You can use ctypes:
http://www.python.org/doc/lib/module-ctypes.html

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to