noddy example, writing C modules for python

fishboy fishboy at spamspamspam.com
Sun May 30 15:10:19 EDT 2004


On Sun, 30 May 2004 11:22:06 +0200, Torsten Mohr <tmohr at s.netic.de>
wrote:

>pmod.cc(143) : error C2065: 'T_INT': nichtdeklarierter Bezeichner

hmmm, looking at this makes me wonder if you need a:

#include "structmember.h"

since T_INT is defined there.

><{{{*>




More information about the Python-list mailing list