<?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/"
		>
<channel>
	<title>Comments on: Apache mod_python local module import</title>
	<atom:link href="http://ghantoos.org/2007/09/24/apache-mod_python-local-module-import/feed/" rel="self" type="application/rss+xml" />
	<link>http://ghantoos.org/2007/09/24/apache-mod_python-local-module-import/</link>
	<description>ghantoos.org</description>
	<lastBuildDate>Sun, 09 Oct 2011 07:58:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: moebiius_eye</title>
		<link>http://ghantoos.org/2007/09/24/apache-mod_python-local-module-import/comment-page-1/#comment-13463</link>
		<dc:creator>moebiius_eye</dc:creator>
		<pubDate>Tue, 12 Jul 2011 04:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/2007/09/24/apache-mod_python-local-module-import/#comment-13463</guid>
		<description>I don&#039;t think your solution is the best one, let me show you how I do it:

sys.path.append(&quot;./&quot;)
import bloup

It works fine for me.
Please tell me if this is not a proper way to do it, since i am new to Apache&#039;s mod_python.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think your solution is the best one, let me show you how I do it:</p>
<p>sys.path.append(&#8220;./&#8221;)<br />
import bloup</p>
<p>It works fine for me.<br />
Please tell me if this is not a proper way to do it, since i am new to Apache&#8217;s mod_python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephbul</title>
		<link>http://ghantoos.org/2007/09/24/apache-mod_python-local-module-import/comment-page-1/#comment-4</link>
		<dc:creator>stephbul</dc:creator>
		<pubDate>Thu, 27 Sep 2007 16:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/2007/09/24/apache-mod_python-local-module-import/#comment-4</guid>
		<description>Thanks ghantoos, really usefull!</description>
		<content:encoded><![CDATA[<p>Thanks ghantoos, really usefull!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

