<?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: How to install Python library on web hosting server?</title>
	<atom:link href="http://aglobalhost.info/2010/02/05/how-to-install-python-library-on-web-hosting-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://aglobalhost.info/2010/02/05/how-to-install-python-library-on-web-hosting-server/</link>
	<description>Just another Aglobalhost.info weblog</description>
	<lastBuildDate>Wed, 26 May 2010 17:53:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Fudge</title>
		<link>http://aglobalhost.info/2010/02/05/how-to-install-python-library-on-web-hosting-server/comment-page-1/#comment-477</link>
		<dc:creator>Fudge</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://aglobalhost.info/2010/02/05/how-to-install-python-library-on-web-hosting-server/#comment-477</guid>
		<description>Please talk to the Web host administrator  to set up the Python interpreter  for u  :)</description>
		<content:encoded><![CDATA[<p>Please talk to the Web host administrator  to set up the Python interpreter  for u  <img src='http://aglobalhost.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://aglobalhost.info/2010/02/05/how-to-install-python-library-on-web-hosting-server/comment-page-1/#comment-478</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://aglobalhost.info/2010/02/05/how-to-install-python-library-on-web-hosting-server/#comment-478</guid>
		<description>So assumably you already have Python installed if you want to use a Python library.
I&#039;ve asked my provider (Webfaction) in the past to install a Python library and they responded to just install it myself locally. 
I think they are worried about introducing libraries with security flaws.

Is your Python library pure python? Then it is very to install because you just copy the files to your local server. If it has a C backing then you will need gcc to compile.

If you install the library in the folder where you import it then there&#039;s nothing more to do. Or if you install it elsewhere you need to add that folder to your Python path.</description>
		<content:encoded><![CDATA[<p>So assumably you already have Python installed if you want to use a Python library.<br />
I&#8217;ve asked my provider (Webfaction) in the past to install a Python library and they responded to just install it myself locally.<br />
I think they are worried about introducing libraries with security flaws.</p>
<p>Is your Python library pure python? Then it is very to install because you just copy the files to your local server. If it has a C backing then you will need gcc to compile.</p>
<p>If you install the library in the folder where you import it then there&#8217;s nothing more to do. Or if you install it elsewhere you need to add that folder to your Python path.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
