<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Rambling Chronicles: Notes &#187; virtual-python</title>
	<atom:link href="http://notes.theramblingchronicles.co.uk/tags/virtual-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://notes.theramblingchronicles.co.uk</link>
	<description>Making sense is optional</description>
	<lastBuildDate>Thu, 26 Aug 2010 10:09:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>64bit, virtual-python.py and anoyances caused</title>
		<link>http://notes.theramblingchronicles.co.uk/2009/12/08/64bit-virtual-python-py-and-anoyances-caused/</link>
		<comments>http://notes.theramblingchronicles.co.uk/2009/12/08/64bit-virtual-python-py-and-anoyances-caused/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 11:12:55 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[shared host]]></category>
		<category><![CDATA[shared server]]></category>
		<category><![CDATA[trac]]></category>
		<category><![CDATA[virtual-python]]></category>

		<guid isPermaLink="false">http://theramblingchronicles.co.uk/2009/12/08/64bit-virtual-python-py-and-anoyances-caused/</guid>
		<description><![CDATA[Host broke, gave us a new server. This however was 64bit and broke Trac. To get it working again: Modify the virtual-python file line stdlib_dir = join&#40;prefix, 'lib', py_version&#41; to stdlib_dir = join&#40;prefix, 'lib64', py_version&#41; and run. Then re-follow the first few steps in guide on installing Trac, up to and including the easy_install of [...]]]></description>
			<content:encoded><![CDATA[<p>Host broke, gave us a new server. This however was 64bit and broke Trac. To get it working again:</p>


<ul>
<li>Modify the virtual-python file line</li>
</ul>




<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;">stdlib_dir = join<span style="color: black;">&#40;</span>prefix, <span style="color: #483d8b;">'lib'</span>, py_version<span style="color: black;">&#41;</span></pre></div></div>



<p>to</p>


<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;">stdlib_dir = join<span style="color: black;">&#40;</span>prefix, <span style="color: #483d8b;">'lib64'</span>, py_version<span style="color: black;">&#41;</span></pre></div></div>



<p>and run.</p>


<ul>
<li>Then re-follow the first few steps in guide on installing Trac, up to and including the easy_install of Trac, <a href="http://theramblingchronicles.co.uk/2009/10/23/python-trac-and-shared-hosting/">found here</a></li>
</ul>




<ul>
<li>Now rename the library in the home folder from lib to lib64</li>
</ul>



<p>All should now be working!</p>]]></content:encoded>
			<wfw:commentRss>http://notes.theramblingchronicles.co.uk/2009/12/08/64bit-virtual-python-py-and-anoyances-caused/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
