<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
1&#186; where do you have your mptest.py? (directory)? <BR>
&nbsp;&nbsp;&nbsp; /home/domain ???<BR>
&nbsp;&nbsp;&nbsp; /home/webmail/python/&nbsp; ?????<BR>
<BR>
2&#186; what is the url to your mptest?<BR>
&nbsp;&nbsp;&nbsp; http://webmail.domain.com.ve/python&nbsp;&nbsp; ????<BR>
<BR>
I think that is only your httpd.conf config that its wrong. maybe something like:<BR>
<FONT COLOR="#0000ff"><TT>&lt;VirtualHost 10.73.219.156&gt;<BR>
&nbsp;&nbsp; ServerName webmail.domain.com.ve<BR>
&nbsp;&nbsp; ServerAlias <A HREF="http://www.domain.com.ve"><U>www.domain.com.ve</U></A><BR>
&nbsp;&nbsp; ServerAlias domain.com.ve<BR>
&nbsp;&nbsp; DocumentRoot /home/domain<BR>
&nbsp;&nbsp; ErrorLog /var/log/apache/webmail.domain.com.ve-error_log<BR>
&nbsp;&nbsp; CustomLog /var/log/apache/webmail.domain.com.ve-access_log combined<BR>
&lt;/VirtualHost&gt;<BR>
<BR>
&lt;Directory </FONT><FONT COLOR="#ff0000">/home/domain/python/</FONT><FONT COLOR="#0000ff">&gt;<BR>
AddHandler python-program .py<BR>
PythonHandler mptest<BR>
PythonDebug On<BR>
&lt;/Directory&gt;</TT></FONT><BR>
<BR>
And your mptest.py must be in: <FONT COLOR="#ff0000"><TT>/home/domain/python/</TT></FONT><BR>
<BR>
Un saludo<BR>
Sharky @ PTNet<BR>
<BR>
<BR>
<BR>
A Qua, 2004-06-23 &#224;s 23:26, Juan Hernandez escreveu:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>Any Ideas? I haven't got any anser :(

Juan Hernandez wrote:

&gt; Hi there...
&gt;
&gt;    This is my first question to this mailing list and I guess it's a 
&gt; pretty stupid one... I haven't found a solution to it. I'm trying to 
&gt; insta ll mod_python inmy slackware machine, my apache was built from 
&gt; source -it's not tar.gz package- and I'm getting this error:
&gt;
&gt; -------
&gt;
&gt; Mod_python error: &quot;PythonHandler mptest&quot;
&gt;
&gt; Traceback (most recent call last):
&gt;
&gt;  File &quot;/usr/lib/python2.3/site-packages/mod_python/apache.py&quot;, line 
&gt; 181, in Dispatch
&gt;    module = import_module(module_name, _req)
&gt;
&gt;  File &quot;/usr/lib/python2.3/site-packages/mod_python/apache.py&quot;, line 
&gt; 332, in import_module
&gt;    f, p, d = imp.find_module(parts[i], path)
&gt;
&gt; ImportError: No module named mptest
&gt; ------
&gt; And here's my apache virtual domain directive
&gt;
&gt; NameVirtualHost 10.73.219.156
&gt;
&gt; &lt;VirtualHost 10.73.219.156&gt;
&gt;    ServerName webmail.domain.com.ve
&gt;    ServerAlias </FONT><A HREF="http://www.domain.com.ve"><U>www.domain.com.ve</U></A>
<FONT COLOR="#737373">&gt;    ServerAlias domain.com.ve
&gt;    DocumentRoot /home/domain
&gt;    ErrorLog /var/log/apache/webmail.domain.com.ve-error_log
&gt;    CustomLog /var/log/apache/webmail.domain.com.ve-access_log combined
&gt; &lt;/VirtualHost&gt;
&gt;
&gt; &lt;Directory /home/webmail/python/&gt;
&gt; AddHandler python-program .py
&gt; PythonHandler mptest
&gt; PythonDebug On
&gt; &lt;/Directory&gt;
&gt;
&gt; -----
&gt; All I have been able to find is that, is that in version 2.7.7 there 
&gt; was a misspelled word that causes this and, that it was fixed in 2.8.8 
&gt; and I'm using 2.7.10 with apache 1.3.31
&gt;
&gt; Thanks a lot for your time
&gt;
&gt; Juan
&gt; _______________________________________________
&gt; Mod_python mailing list
&gt; Mod_python@modpython.org
&gt; </FONT><A HREF="http://mailman.modpython.org/mailman/listinfo/mod_python"><U>http://mailman.modpython.org/mailman/listinfo/mod_python</U></A>
<FONT COLOR="#737373">

_______________________________________________
Mod_python mailing list
Mod_python@modpython.org</FONT>
<A HREF="http://mailman.modpython.org/mailman/listinfo/mod_python"><U>http://mailman.modpython.org/mailman/listinfo/mod_python</U></I></A></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>