[Pyrex] [Mac Inter Core Duo OS 10.4.9 ] extern C class decl. requires module specification

David Goldsmith David.L.Goldsmith at noaa.gov
Tue Jun 12 22:02:05 UTC 2007


Hi, folks.  Pyrexc is giving me the following complaint:

*Module name required for 'extern' C class*

about the following declaration:

*cdef extern from "minimal.h":
    class MyFrame
*

Googling the error led me to:

*Pyrex 0.8 and later requires you to include a module name in an extern 
extension class declaration, for example, 
cdef extern class MyModule.Spam*

with no indication of where "MyModule" comes from; is it the root part 
of the name of the header file in which class Spam is declared?

Thanks!

DG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.copyleft.no/pipermail/pyrex/attachments/20070612/f422a616/attachment.html 


More information about the Pyrex mailing list