<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, folks. Pyrexc is giving me the following complaint:<br>
<br>
<b>Module name required for 'extern' C class</b><br>
<br>
about the following declaration:<br>
<br>
<b>cdef extern from "minimal.h":<br>
class MyFrame<br>
</b><br>
<br>
Googling the error led me to:<br>
<br>
<b>Pyrex 0.8 and later requires you to include a module name in an
extern extension class declaration, for example, <br>
cdef extern class MyModule.Spam</b><br>
<br>
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?<br>
<br>
Thanks!<br>
<br>
DG<br>
</body>
</html>