> While Pyrex is a pretty reasonable way to write extensions, PyObjC or
> ctypes is generally less painful when wrapping a small number of
> functions.

This is very interesting.  I thought the basic choices for wrapping C  
functions were:

* Pyrex
* ctypes
* Write Obj-C and import with PyObjC

I hadn't realized that you could import functions with PyObjC and no  
(additional) intervening Obj-C code. Very very cool.

--Dethe


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to