<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi All,<br><br>As of now I am able to setup Django with MySQL in Python 2.3. Now I have to use a Apache Server. I followed the instruction given in '<a rel="nofollow" target="_blank" href="http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/">http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/</a>', Already Install apache_2.2.10-win32-x86-openssl-0.9.8i and mod_python-3.3.1.win32-py2.5-Apache2.0, But after Installation of Mod_Python, I am following this :<br><br>======================================<br><p style="color: rgb(0, 0, 127); font-family: bookman old style,new york,times,serif; font-style: italic;">After the installer finishes, you still have one more thing to do.
Open your Apache configuration file, usually located at C:\Program
Files\Apache Group\Apache2\conf\httpd.conf with notepad. Scroll down
and look for a section that includes a bunch of lines that start with
LoadModule. Add the following line to that section:</p><p style="color: rgb(0, 0, 127); font-family: bookman old style,new york,times,serif; font-style: italic;"><br></p>
<p style="color: rgb(0, 0, 127); font-family: bookman old style,new york,times,serif; font-style: italic;"><code>LoadModule python_module modules/mod_python.so</code></p>
<p style="color: rgb(0, 0, 127); font-family: bookman old style,new york,times,serif; font-style: italic;"><br></p><p style="color: rgb(0, 0, 127); font-family: bookman old style,new york,times,serif; font-style: italic;">Save the file and close it. Open up the Apache Service Monitor and click Restart. You should see the following text:</p>
<p style="color: rgb(0, 0, 127); font-family: bookman old style,new york,times,serif; font-style: italic;"><code><br></code></p><p style="color: rgb(0, 0, 127); font-family: bookman old style,new york,times,serif; font-style: italic;"><code>The Apache2 service is restarting. <br></code></p><p style="color: rgb(0, 0, 127); font-family: bookman old style,new york,times,serif; font-style: italic;"><code>The Apache2 service has restarted.</code></p>
<p style="color: rgb(0, 0, 127); font-family: bookman old style,new york,times,serif; font-style: italic;"><br></p><p style="color: rgb(0, 0, 127); font-family: bookman old style,new york,times,serif; font-style: italic;">If you get errors, you probably made a typo in the configuration
file when you were editing it. Check it and try again. If you don’t
have any errors, you should be all set.</p>======================================<br>
<p style="color: rgb(0, 0, 127); font-family: bookman old style,new york,times,serif; font-style: italic;"><br></p><span style="text-decoration: underline;">But I am still getting the following Error in error.log</span><br><br>[Thu Dec 11 09:22:20 2008] [notice] Parent: Received restart signal -- Restarting the server.<br><br>[Thu Dec 11 09:22:20 2008] [notice] Child 328: Exit event signaled. Child process is ending.<br>httpd.exe: Syntax error on line 127 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_python.so into server: The specified procedure could not be found.&nbsp; <br><br>I tried googling on the same error, but din't able to solve the same. <br><br>I have attached the httpd.conf and error.log of Apache Server 2.2 for further reference, and I verified that mod_python.so is present in a 'C:\Program Files\Apache Software
 Foundation\Apache2.2\modules' folder.<br><br>Please let me know if any one have some idea.<br><br><div style="font-family: monotype corsiva; color: rgb(0, 0, 0); text-align: left;" id="RTEContent"><div style="color: rgb(0, 0, 255); font-family: times new roman;"><font size="3">Thanks and Regards,<br>Hussain Bohra<br></font></div><font style="color: rgb(0, 0, 255); font-family: times new roman;" size="3"></font></div><br><br>--- On <b>Mon, 8/12/08, Banibrata Dutta <i>&lt;banibrata.dutta@gmail.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: Banibrata Dutta &lt;banibrata.dutta@gmail.com&gt;<br>Subject: Re: [BangPypers] Django on Windows XP<br>To: hussainbohra_30@yahoo.com, "Bangalore Python Users Group - India" &lt;bangpypers@python.org&gt;<br>Date: Monday, 8 December, 2008, 11:51 AM<br><br><div id="yiv692145353">Google generally leads you too all answers anyway, and it's a
 gr8 idea to check there first.<div>Via google, I found this:</div><div><a rel="nofollow" target="_blank" href="http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/">http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/</a><br>
<br><div class="gmail_quote">On Mon, Dec 8, 2008 at 11:37 AM, Hussain Bohra <span dir="ltr">&lt;<a rel="nofollow" target="_blank" href="mailto:hussainbohra_30@yahoo.com">hussainbohra_30@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit; -x-system-font: none;" valign="top">Hi All,<br><br>I am supposed to make a small application using a Django Framework of a Python. I have already installed and using Python 2.5, But I am not able to set up a Django in a Windows, as I am not able to find out the windows installer in net, what I am getting is only linux installer in<span style="color: rgb(0, 96, 191);"> <span style="text-decoration: underline;"><a rel="nofollow" target="_blank" href="http://www.djangoproject.com/download">http://www.djangoproject.com/download</a></span></span>.<br>
<br>I am trying to follow up the instruction provided in <span style="color: rgb(0, 128, 255); text-decoration: underline;"><a rel="nofollow" target="_blank" href="http://effbot.org/zone/django.htm">http://effbot.org/zone/django.htm</a></span>,<br>
<span style="font-weight: bold;">&nbsp;</span><font style="font-weight: bold;" size="3">"</font><font style="font-weight: bold;" size="3">Installing Django on Windows in less than 5 minutes</font><font style="font-weight: bold;" size="3">"</font>. <br>
<br>The steps what
 it is telling is:<br>=====================<br><font size="2"><span style="font-family: arial,helvetica,sans-serif;">Assuming you have Python 2.4 or Python 2.5, </span><a rel="nofollow" style="font-family: arial,helvetica,sans-serif;" target="_blank" href="http://effbot.org/zone/exemaker.htm">exemaker</a><span style="font-family: arial,helvetica,sans-serif;">,
and </span><a rel="nofollow" style="font-family: arial,helvetica,sans-serif;" target="_blank" href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91">the <b>svn</b> Subversion command-line client</a><span style="font-family: arial,helvetica,sans-serif;">.</span></font><br>
<h3>Python 2.5&nbsp;<a rel="nofollow" target="_blank" href="http://effbot.org/zone/django.htm#installing-for-python-25" title="bookmark!">#</a></h3><p> <font style="font-family: arial,helvetica,sans-serif;" size="2">In a command line window, do:

</font></p><pre style="font-family: arial,helvetica,sans-serif;"><font size="2">cd C:\Python25\Lib\site-packages<br>svn co <a rel="nofollow" target="_blank" href="http://code.djangoproject.com/svn/django/trunk/django">http://code.djangoproject.com/svn/django/trunk/django</a><br><br><br>cd django\bin<br>exemaker django-admin.py<br></font></pre><h3 style="font-family: arial,helvetica,sans-serif;"><font size="2">Setting up Django&nbsp;<a rel="nofollow" target="_blank" href="http://effbot.org/zone/django.htm#setting-up-django" title="bookmark!">#</a></font></h3>
<p style="font-family: arial,helvetica,sans-serif;"><font size="2"> Create a work directory, and use <b>django-admin</b> to create a project directory in there.

</font></p><pre><font style="font-family: arial,helvetica,sans-serif;" size="2">mkdir c:\mytest<br>cd c:\mytest<br>django-admin startproject myproject</font><br></pre>---------------------------------------------------------------------------------------------------------<br>
<br>I have downloaded 'exemaker-1.2-20041012.zip' and 'svn-win32-1.5.4_py25.zip' from net but I didn't able to get how to use 'svn-win32-1.5.4_py25.zip', inorder to execute below commands successfully. Is  'svn-win32-1.5.4_py25.zip' is a correct package what I have downloaded, as I can found many packages at <span style="color: rgb(0, 96, 191); text-decoration: underline;"><a rel="nofollow" target="_blank" href="http://subversion.tigris.org/servlets/ProjectDocumentList?expandFolder=254&amp;folderID=91">http://subversion.tigris.org/servlets/ProjectDocumentList?expandFolder=254&amp;folderID=91</a></span><br>
<pre style="font-family: arial,helvetica,sans-serif; font-style: italic;"><font><font size="2">cd C:\Python25\Lib\site-packages<br>svn co <a rel="nofollow" target="_blank" href="http://code.djangoproject.com/svn/django/trunk/django">http://code.djangoproject.com/svn/django/trunk/django</a></font></font></pre>
I am
 stuck here, Any advice or direction is really appreciable.<br><br><div style="font-family: monotype corsiva; color: rgb(0, 0, 0); text-align: left;"><div style="color: rgb(0, 0, 255); font-family: times new roman;"><font size="3">Regards,<br>
Hussain Bohra<br></font></div><font style="color: rgb(0, 0, 255); font-family: times new roman;" size="3"></font><br></div></td></tr></tbody></table><br>
      <hr size="1"> Add more friends to your messenger and enjoy! <a rel="nofollow" target="_blank" href="http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/"> Invite them now.</a><br>_______________________________________________<br>

BangPypers mailing list<br>
<a rel="nofollow" target="_blank" href="mailto:BangPypers@python.org">BangPypers@python.org</a><br>
<a rel="nofollow" target="_blank" href="http://mail.python.org/mailman/listinfo/bangpypers">http://mail.python.org/mailman/listinfo/bangpypers</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>regards,<br>Banibrata<br><a rel="nofollow" target="_blank" href="http://www.linkedin.com/in/bdutta">http://www.linkedin.com/in/bdutta</a><br><a rel="nofollow" target="_blank" href="http://octapod.wordpress.com">http://octapod.wordpress.com</a><br>

</div>
</div></blockquote></td></tr></table><br>



      <!--2--><hr size=1></hr> Unlimited freedom, unlimited storage. <a href="http://in.rd.yahoo.com/tagline_mail_2/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/">Get it now</a>