[Pythonmac-SIG] SetSystemUIMode in python?
Dethe Elza
delza at livingcode.org
Sat May 28 00:01:57 CEST 2005
> 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
More information about the Pythonmac-SIG
mailing list