[Pyrex] Re: undefined symbol: None

Mike Rovner mike at nospam.com
Sun Jun 22 23:12:41 CEST 2003


John J Lee wrote:
> What am I doing wrong here?


Probably you missed cdef in the next line?

>     Bool tidyOptSetBool(TidyDoc tdoc, TidyOptionId optId, Bool val)

cdef Bool tidyOptSetBool(TidyDoc tdoc, TidyOptionId optId, Bool val)


Mike







More information about the Pyrex mailing list