<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3103.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>After generating&nbsp;the&nbsp;C wrapper with SWIG, 
and building&nbsp;mapscriptmodule.sl, I attempt to import mapscript from the 
Python interactive interpreter. I get the following error:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>File "mapscript.py", line 2, in ?</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; import mapscriptc</FONT></DIV>
<DIV><FONT face=Arial size=2>ImportError: dynamic module does not define init 
function (initmapscriptc)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Looking in mapscript_wrap.c, however, I find that 
initmapscriptc is actually defined, yet is apparently not making it into the 
shared library accessible to the interpreter.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks for any help</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Tom</FONT></DIV></BODY></HTML>