<?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: Building python2.6 for Debian Lenny</title>
	<atom:link href="http://projectdaenney.org/2009/building-python2-6-for-debian-lenny/feed" rel="self" type="application/rss+xml" />
	<link>http://projectdaenney.org/2009/building-python2-6-for-debian-lenny</link>
	<description>Digital Identity</description>
	<lastBuildDate>Sat, 07 Jan 2012 07:20:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Compiling mod_wsgi For a Custom Python Build &#124; Daniel A. Mayer</title>
		<link>http://projectdaenney.org/2009/building-python2-6-for-debian-lenny/comment-page-1#comment-340</link>
		<dc:creator>Compiling mod_wsgi For a Custom Python Build &#124; Daniel A. Mayer</dc:creator>
		<pubDate>Sun, 19 Jun 2011 22:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://projectdaenney.org/?p=260#comment-340</guid>
		<description>[...] detailed tutorial is available at projectdaenney.org&#160; but for our purposes a very basic configuration suffices. [...]</description>
		<content:encoded><![CDATA[<p>[...] detailed tutorial is available at projectdaenney.org&nbsp; but for our purposes a very basic configuration suffices. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel A. Mayer</title>
		<link>http://projectdaenney.org/2009/building-python2-6-for-debian-lenny/comment-page-1#comment-337</link>
		<dc:creator>Daniel A. Mayer</dc:creator>
		<pubDate>Fri, 10 Jun 2011 19:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://projectdaenney.org/?p=260#comment-337</guid>
		<description>&lt;strong&gt;Compiling mod_wsgi For a Custom Python Build...&lt;/strong&gt;

Recently, I have been working on deploying a&#160; pyramid (former pylons) application on a Debian 5 (Lenny) server using mod_wsgi and Python 2.7. Since Lenny only comes with Python 2.5 and third-party Python packages are basically non-existent due to ...</description>
		<content:encoded><![CDATA[<p><strong>Compiling mod_wsgi For a Custom Python Build&#8230;</strong></p>
<p>Recently, I have been working on deploying a&nbsp; pyramid (former pylons) application on a Debian 5 (Lenny) server using mod_wsgi and Python 2.7. Since Lenny only comes with Python 2.5 and third-party Python packages are basically non-existent due to &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArmEagle</title>
		<link>http://projectdaenney.org/2009/building-python2-6-for-debian-lenny/comment-page-1#comment-276</link>
		<dc:creator>ArmEagle</dc:creator>
		<pubDate>Thu, 11 Nov 2010 13:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://projectdaenney.org/?p=260#comment-276</guid>
		<description>In the source version I downloaded, python2.6-2.6.6, the suggested &#039;tk8.4-dev&#039; is in the list of Build-Conflicts. I&#039;m trying to compile with the suggested (by the command) -d parameter. But I&#039;m afraid it will just end up messy somewhere.</description>
		<content:encoded><![CDATA[<p>In the source version I downloaded, python2.6-2.6.6, the suggested &#8216;tk8.4-dev&#8217; is in the list of Build-Conflicts. I&#8217;m trying to compile with the suggested (by the command) -d parameter. But I&#8217;m afraid it will just end up messy somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gawen</title>
		<link>http://projectdaenney.org/2009/building-python2-6-for-debian-lenny/comment-page-1#comment-253</link>
		<dc:creator>Gawen</dc:creator>
		<pubDate>Fri, 25 Jun 2010 15:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://projectdaenney.org/?p=260#comment-253</guid>
		<description>Same problem</description>
		<content:encoded><![CDATA[<p>Same problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marian Sigler</title>
		<link>http://projectdaenney.org/2009/building-python2-6-for-debian-lenny/comment-page-1#comment-252</link>
		<dc:creator>Marian Sigler</dc:creator>
		<pubDate>Wed, 16 Jun 2010 23:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://projectdaenney.org/?p=260#comment-252</guid>
		<description>I had the same errors Brian had.

&quot;Fix&quot; for the first one (you will have an empty python2.6-doc package with that, but I think that won&#039;t hurt to much)

* comment out `$(MAKE) -C Doc html` in debian/rules in stamps/stamp-doc-html
 (around line 470)
* add `mkdir Doc/build/html` instead
* Find `devhelp docs` also in debian/rules and comment out the three commands below (pyhtml2devhelp, gzip and dh_link) in binary-indep (around line 880)

See this thread, too: http://www.mail-archive.com/sphinx-dev@googlegroups.com/msg03024.html

For the install problem: Do the /usr/share/python/debian_defaults thing mentioned above before installation.
For a very clean installation, one might also patch the python-defaults package which contains the debian_defaults file.</description>
		<content:encoded><![CDATA[<p>I had the same errors Brian had.</p>
<p>&#8220;Fix&#8221; for the first one (you will have an empty python2.6-doc package with that, but I think that won&#8217;t hurt to much)</p>
<p>* comment out `$(MAKE) -C Doc html` in debian/rules in stamps/stamp-doc-html<br />
 (around line 470)<br />
* add `mkdir Doc/build/html` instead<br />
* Find `devhelp docs` also in debian/rules and comment out the three commands below (pyhtml2devhelp, gzip and dh_link) in binary-indep (around line 880)</p>
<p>See this thread, too: <a href="http://www.mail-archive.com/sphinx-dev@googlegroups.com/msg03024.html" rel="nofollow">http://www.mail-archive.com/sphinx-dev@googlegroups.com/msg03024.html</a></p>
<p>For the install problem: Do the /usr/share/python/debian_defaults thing mentioned above before installation.<br />
For a very clean installation, one might also patch the python-defaults package which contains the debian_defaults file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://projectdaenney.org/2009/building-python2-6-for-debian-lenny/comment-page-1#comment-235</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 02 Apr 2010 08:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://projectdaenney.org/?p=260#comment-235</guid>
		<description>Got it to build, but it won&#039;t install. Any tips?

xen2:~# dpkg -i ./python2.6-minimal_2.6.5-1_amd64.deb 
Selecting previously deselected package python2.6-minimal.
(Reading database ... 84813 files and directories currently installed.)
Unpacking python2.6-minimal (from .../python2.6-minimal_2.6.5-1_amd64.deb) ...
Setting up python2.6-minimal (2.6.5-1) ...
Linking and byte-compiling packages for runtime python2.6...
pycentral: pycentral rtinstall: installed runtime python2.6 not found
pycentral rtinstall: installed runtime python2.6 not found
dpkg: error processing python2.6-minimal (--install):
 subprocess post-installation script returned error exit status 1
Processing triggers for man-db ...
Errors were encountered while processing:
 python2.6-minimal</description>
		<content:encoded><![CDATA[<p>Got it to build, but it won&#8217;t install. Any tips?</p>
<p>xen2:~# dpkg -i ./python2.6-minimal_2.6.5-1_amd64.deb<br />
Selecting previously deselected package python2.6-minimal.<br />
(Reading database &#8230; 84813 files and directories currently installed.)<br />
Unpacking python2.6-minimal (from &#8230;/python2.6-minimal_2.6.5-1_amd64.deb) &#8230;<br />
Setting up python2.6-minimal (2.6.5-1) &#8230;<br />
Linking and byte-compiling packages for runtime python2.6&#8230;<br />
pycentral: pycentral rtinstall: installed runtime python2.6 not found<br />
pycentral rtinstall: installed runtime python2.6 not found<br />
dpkg: error processing python2.6-minimal (&#8211;install):<br />
 subprocess post-installation script returned error exit status 1<br />
Processing triggers for man-db &#8230;<br />
Errors were encountered while processing:<br />
 python2.6-minimal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://projectdaenney.org/2009/building-python2-6-for-debian-lenny/comment-page-1#comment-234</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 30 Mar 2010 00:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://projectdaenney.org/?p=260#comment-234</guid>
		<description>I got this error. Any idea?

Traceback (most recent call last):
  File &quot;/usr/lib/python2.5/site-packages/sphinx/__init__.py&quot;, line 126, in main
    confoverrides, status, sys.stderr, freshenv)
  File &quot;/usr/lib/python2.5/site-packages/sphinx/application.py&quot;, line 83, in __init__
    self.setup_extension(extension)
  File &quot;/usr/lib/python2.5/site-packages/sphinx/application.py&quot;, line 122, in setup_extension
    raise ExtensionError(&#039;Could not import extension %s&#039; % extension, err)
ExtensionError: Could not import extension pyspecific (exception: No module named writers.html)</description>
		<content:encoded><![CDATA[<p>I got this error. Any idea?</p>
<p>Traceback (most recent call last):<br />
  File &#8220;/usr/lib/python2.5/site-packages/sphinx/__init__.py&#8221;, line 126, in main<br />
    confoverrides, status, sys.stderr, freshenv)<br />
  File &#8220;/usr/lib/python2.5/site-packages/sphinx/application.py&#8221;, line 83, in __init__<br />
    self.setup_extension(extension)<br />
  File &#8220;/usr/lib/python2.5/site-packages/sphinx/application.py&#8221;, line 122, in setup_extension<br />
    raise ExtensionError(&#8216;Could not import extension %s&#8217; % extension, err)<br />
ExtensionError: Could not import extension pyspecific (exception: No module named writers.html)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://projectdaenney.org/2009/building-python2-6-for-debian-lenny/comment-page-1#comment-233</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 29 Mar 2010 22:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://projectdaenney.org/?p=260#comment-233</guid>
		<description>Hence, the information in /etc/apt/sources.list should be the following.

deb-src http://ftp.nl.debian.org/debian/ unstable main non-free contrib</description>
		<content:encoded><![CDATA[<p>Hence, the information in /etc/apt/sources.list should be the following.</p>
<p>deb-src <a href="http://ftp.nl.debian.org/debian/" rel="nofollow">http://ftp.nl.debian.org/debian/</a> unstable main non-free contrib</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://projectdaenney.org/2009/building-python2-6-for-debian-lenny/comment-page-1#comment-232</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 29 Mar 2010 22:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://projectdaenney.org/?p=260#comment-232</guid>
		<description>Python2.6 is now in unstable and not in experimental any more.</description>
		<content:encoded><![CDATA[<p>Python2.6 is now in unstable and not in experimental any more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Maher</title>
		<link>http://projectdaenney.org/2009/building-python2-6-for-debian-lenny/comment-page-1#comment-231</link>
		<dc:creator>Tony Maher</dc:creator>
		<pubDate>Wed, 17 Mar 2010 23:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://projectdaenney.org/?p=260#comment-231</guid>
		<description>python2.6 has moved from experimental to testing so need ot modify the /etc/apt/source.list line accordingly.</description>
		<content:encoded><![CDATA[<p>python2.6 has moved from experimental to testing so need ot modify the /etc/apt/source.list line accordingly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

