<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>mod_python.dll not compatible with python23.dll      PART 2 </TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">I have figured out what my problem was...and for all of you complete new people to python I will write what happened in case you come across the same problem.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">First and foremost.  Make sure you can get "hello world" example to mod_python is working before you move on.  I was using a copy and pasted web site for a newer one</FONT></P>

<P><FONT SIZE=2 FACE="Arial">and had problems just jumping in and working.  </FONT>
<BR><FONT SIZE=2 FACE="Arial">This is probably common knowledge, but put your mptest.py code in your apache folder.  My biggest problem was that I was in a completely different folder trying to get this thing to work.  </FONT></P>

<P><FONT SIZE=2 FACE="Arial">Next thing, the mod_python-3.1.3.win32-py2.3.exe is perfectly fine, like most of the setups.  If there is a problem, assume an experienced python programmer has already noticed it.  Don't go out downloading other dlls or mod_python.so files and start copying them into strange places.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Don't move any of the files except the mod_python.so file over to apache modules.  If you are having a problem, its not because of something being in the wrong place,</FONT></P>

<P><FONT SIZE=2 FACE="Arial">this was another stupid thing that i did that caused all sorts of problem.</FONT>
<BR><FONT SIZE=2 FACE="Arial">You WILL get _apache not found when trying to import mod_python from the command line.  Its normal.</FONT>
<BR><FONT SIZE=2 FACE="Arial">Debug with tracebacks from the web...not something like Wing IDE.  Maybe you can use it, but I don't know how.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Sorry to all of you that read my first post.  Newbie python guy over here.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks</FONT>
</P>

</BODY>
</HTML>