Try looking at ctypes - http://starship.python.net/crew/theller/ctypes/
On 1 Sep 2005 05:12:21 -0700, [EMAIL PROTECTED] wrote: >Hi All I have a problem with extentions of Python. > >Background: >I'm workin within a large industrial control system and I have created >a Port for VxWorks. In the system we have different permissions >depending on which state the controller is in. To perform some actions >in some states may even injure or kill people. Therefor we need >"intelligent" wrappers between Python and C-code. > >My Question: >Swig offers some great features but is to basic for us. Is there >another program that creates more readble code that can be easily >edited? How much work is it to write our own wrappers? > >//T -- http://mail.python.org/mailman/listinfo/python-list