<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt;color:#000000;"><DIV>In the latter versions of mod_python, I'm unable to import standard python modules such as time and MySQLdb.&nbsp; </DIV>
<DIV>For example, the following script works fine in version 1.0.1:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; import time<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; import os<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; from freeswitch import *</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; def handler(session, args):<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session.answer()<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session.execute("sleep", "2000")<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session.streamFile("/usr/local/freeswitch/prompts/01Welcome.wav")<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return(session)<BR></DIV>
<DIV>But in <A href="http://files.freeswitch.org/freeswitch-1.0.latest.tar.gz">freeswitch-1.0.latest.tar.gz</A>, and svn versions 10556-10558, I get the following error:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 2008-11-30 21:13:09 [ERR] mod_python.c:129 eval_some_python() Error reloading module<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Traceback (most recent call last):<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; File "/usr/lib/python2.4/site-packages/scripts/test.py", line 1, in ?<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; import time<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ImportError: /usr/lib/python2.4/lib-dynload/timemodule.so: undefined symbol: PyExc_ValueError<BR></DIV>
<DIV>Thanks for your help!</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></div></body></html>