<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Error: make_obcallback: could not import mod_python.apache</title>
	<atom:link href="http://pucadinga.com/2008/10/26/error-make_obcallback-could-not-import-mod_pythonapache/feed/" rel="self" type="application/rss+xml" />
	<link>http://pucadinga.com/2008/10/26/error-make_obcallback-could-not-import-mod_pythonapache/</link>
	<description>Live it up, life is way too short to be "bored"!</description>
	<lastBuildDate>Thu, 19 Aug 2010 03:24:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Cristian Navalici</title>
		<link>http://pucadinga.com/2008/10/26/error-make_obcallback-could-not-import-mod_pythonapache/#comment-50</link>
		<dc:creator>Cristian Navalici</dc:creator>
		<pubDate>Sun, 07 Dec 2008 18:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://pucadinga.wordpress.com/2008/10/26/error-make_obcallback-could-not-import-mod_pythonapache/#comment-50</guid>
		<description>Another possible solution (after hours of searching):

http://www.modpython.org/FAQ/faqw.py?query=restarted&amp;req=search says 
&lt;strong&gt;In most cases this message means that Apache server has started mod_python and the Python interpreter successfully, but mod_python couldn&#039;t locate the mod_python package.&lt;/strong&gt;

So, check the mod_python folder for permissions (linux apply). 
e.g. /usr/lib/python2.5/site-packages/mod_python

chmod 777 mod_python
chmod 666 mod_python/*

This will make files available also to apache user (or the user under webserver runs).</description>
		<content:encoded><![CDATA[<p>Another possible solution (after hours of searching):</p>
<p><a href="http://www.modpython.org/FAQ/faqw.py?query=restarted&amp;req=search" rel="nofollow">http://www.modpython.org/FAQ/faqw.py?query=restarted&amp;req=search</a> says<br />
<strong>In most cases this message means that Apache server has started mod_python and the Python interpreter successfully, but mod_python couldn&#8217;t locate the mod_python package.</strong></p>
<p>So, check the mod_python folder for permissions (linux apply).<br />
e.g. /usr/lib/python2.5/site-packages/mod_python</p>
<p>chmod 777 mod_python<br />
chmod 666 mod_python/*</p>
<p>This will make files available also to apache user (or the user under webserver runs).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
