> On Feb 21, 2009, at 10:01 AM, William Newbery wrote:
>> Ive been learning the C-API lately so I can write python extensions
>> for some of my c++ stuff.

First thing that comes to (my) mind is that you probably do not want to
write code against the bare C-API. Instead, give Cython a try.

http://cython.org

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

Reply via email to