VC++ extension problem

Stuart Dallas stuart.dallas at rcp.co.uk
Tue Aug 8 11:46:43 EDT 2000


I am developing an extension for Python in Visual C++ 6. I have created 
a Win32 DLL project and exported the initx function. When I try to 
import the extension into Python it responds with the following message:

ImportError: dynamic module does not define init function

I have checked the DLL with QuickView and the init function is being 
exported.

Help!

-- 
Stuart Dallas
RCP Consultants Ltd
http://www.rcp.co.uk



More information about the Python-list mailing list