<?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>b.l.o.g. &#187; python</title>
	<atom:link href="http://blog.stefan-weigand.de/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stefan-weigand.de</link>
	<description>v0.7 Beta</description>
	<lastBuildDate>Mon, 22 Aug 2011 09:33:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Short links for June 8th</title>
		<link>http://blog.stefan-weigand.de/2010/06/08/short-links-for-june-8th/</link>
		<comments>http://blog.stefan-weigand.de/2010/06/08/short-links-for-june-8th/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 14:00:36 +0000</pubDate>
		<dc:creator>del.icio.us</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.stefan-weigand.de/2010/06/08/short-links-for-june-8th/</guid>
		<description><![CDATA[These are my links for June 8th: PackagingGuide/Python &#8211; Ubuntu Wiki &#8211; A guide how to create ubuntu (debian) packages for python apps.&#60;br /&#62; I ran across a problem that on older Ubuntu machines (Hardy) the python modules were packaged into /usr/lib/python2.6/site-packages directory while with newer Ubuntu versions (Karmic) it is packed into /usr/share/pyshared.&#60;br /&#62; [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.stefan-weigand.de%252F2010%252F06%252F08%252Fshort-links-for-june-8th%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FaQntwX%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Short%20links%20for%20June%208th%22%20%7D);"></div>
<p>These are my links for June 8th:</p>
<ul>
<li><a href="https://wiki.ubuntu.com/PackagingGuide/Python">PackagingGuide/Python &#8211; Ubuntu Wiki</a> &#8211; A guide how to create ubuntu (debian) packages for python apps.&lt;br /&gt;<br />
I ran across a problem that on older Ubuntu machines (Hardy) the python modules were packaged into /usr/lib/python2.6/site-packages directory while with newer Ubuntu versions (Karmic) it is packed into /usr/share/pyshared.&lt;br /&gt;<br />
The cause of this behaviour are different python-support and dpkg versions. The newer ones can determine what directory is good (therefore using pyshared). The site-packages directory even does not exist (and seems not to be used) on newer Ubuntu versions, so building-on an old ubuntu makes it unuseable on newer Ubuntu versions.&lt;br /&gt;<br />
Solution is to set the install_dir of the install_lib target using a setup.cfg to the dist-packages directory. (changing it to pyshared is not working well as you might have to create some files in /usr/share/python-support/ on your own).</li>
</ul>
<hr /><h2>Related posts:</h2><ul><li><a href="http://blog.stefan-weigand.de/2010/06/02/short-links-for-june-2nd/" rel="bookmark" title="Permanent Link: Short links for June 2nd">Short links for June 2nd</a></li><li><a href="http://blog.stefan-weigand.de/2009/06/18/short-links-for-june-18th/" rel="bookmark" title="Permanent Link: Short links for June 18th">Short links for June 18th</a></li><li><a href="http://blog.stefan-weigand.de/2009/06/17/short-links-for-june-17th/" rel="bookmark" title="Permanent Link: Short links for June 17th">Short links for June 17th</a></li><li><a href="http://blog.stefan-weigand.de/2009/06/30/short-links-for-june-30th/" rel="bookmark" title="Permanent Link: Short links for June 30th">Short links for June 30th</a></li><li><a href="http://blog.stefan-weigand.de/2009/06/05/short-links-for-june-5th/" rel="bookmark" title="Permanent Link: Short links for June 5th">Short links for June 5th</a></li></ul><hr /><small>Copyright &copy; 2010<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 742ecfd0e96ea524e8a517363ce68a32 (38.107.179.211) )</small>
]]></content:encoded>
			<wfw:commentRss>http://blog.stefan-weigand.de/2010/06/08/short-links-for-june-8th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short links for March 16th</title>
		<link>http://blog.stefan-weigand.de/2010/03/16/short-links-for-march-16th/</link>
		<comments>http://blog.stefan-weigand.de/2010/03/16/short-links-for-march-16th/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 15:00:13 +0000</pubDate>
		<dc:creator>del.icio.us</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[setuptools]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.stefan-weigand.de/2010/03/16/short-links-for-march-16th/</guid>
		<description><![CDATA[These are my links for March 16th: The weblog without a name &#187; -exclude-source-files with build_rpm &#8211; How to exclude source files in bdist_rpm Place Ghantoos &#187; Creating a .deb package from a python setup.py &#8211; note: use debian/pyversions file instead of settings in rules. Related posts:Short links for March 29thShort links for March 12thShort [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.stefan-weigand.de%252F2010%252F03%252F16%252Fshort-links-for-march-16th%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fd1LKtK%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Short%20links%20for%20March%2016th%22%20%7D);"></div>
<p>These are my links for March 16th:</p>
<ul>
<li><a href="http://www.pwan.org/wp/?p=47">The weblog without a name &raquo; -exclude-source-files with build_rpm</a> &#8211; How to exclude source files in bdist_rpm</li>
<li><a href="http://ghantoos.org/2008/10/19/creating-a-deb-package-from-a-python-setuppy/">Place Ghantoos &raquo; Creating a .deb package from a python setup.py</a> &#8211; note: use debian/pyversions file instead of settings in rules.</li>
</ul>
<hr /><h2>Related posts:</h2><ul><li><a href="http://blog.stefan-weigand.de/2010/03/29/short-links-for-march-29th/" rel="bookmark" title="Permanent Link: Short links for March 29th">Short links for March 29th</a></li><li><a href="http://blog.stefan-weigand.de/2009/03/12/short-links-for-march-12th/" rel="bookmark" title="Permanent Link: Short links for March 12th">Short links for March 12th</a></li><li><a href="http://blog.stefan-weigand.de/2009/03/19/short-links-for-march-19th/" rel="bookmark" title="Permanent Link: Short links for March 19th">Short links for March 19th</a></li><li><a href="http://blog.stefan-weigand.de/2009/03/30/short-links-for-march-30th/" rel="bookmark" title="Permanent Link: Short links for March 30th">Short links for March 30th</a></li><li><a href="http://blog.stefan-weigand.de/2010/02/16/short-links-for-february-16th/" rel="bookmark" title="Permanent Link: Short links for February 16th">Short links for February 16th</a></li></ul><hr /><small>Copyright &copy; 2010<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 742ecfd0e96ea524e8a517363ce68a32 (38.107.179.211) )</small>
]]></content:encoded>
			<wfw:commentRss>http://blog.stefan-weigand.de/2010/03/16/short-links-for-march-16th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short links for January 10th</title>
		<link>http://blog.stefan-weigand.de/2010/01/10/short-links-for-january-10th/</link>
		<comments>http://blog.stefan-weigand.de/2010/01/10/short-links-for-january-10th/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 22:01:28 +0000</pubDate>
		<dc:creator>del.icio.us</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.stefan-weigand.de/2010/01/10/short-links-for-january-10th/</guid>
		<description><![CDATA[These are my links for January 10th: PythonTestingToolsTaxonomy &#8211; Cheesecake &#8211; Trac &#8211; Collection of python testing tools with links and explanations. Related posts:Bookmarks for October 10thShort links for September 10thShort links for January 19thShort links for November 10thShort links for January 2ndCopyright &#169; 2010 This feed is for personal, non-commercial use only. The use [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.stefan-weigand.de%252F2010%252F01%252F10%252Fshort-links-for-january-10th%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F5cziSU%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Short%20links%20for%20January%2010th%22%20%7D);"></div>
<p>These are my links for January 10th:</p>
<ul>
<li><a href="http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy">PythonTestingToolsTaxonomy &#8211; Cheesecake &#8211; Trac</a> &#8211; Collection of python testing tools with links and explanations.</li>
</ul>
<hr /><h2>Related posts:</h2><ul><li><a href="http://blog.stefan-weigand.de/2008/10/10/bookmarks-for-october-10th/" rel="bookmark" title="Permanent Link: Bookmarks for October 10th">Bookmarks for October 10th</a></li><li><a href="http://blog.stefan-weigand.de/2009/09/10/short-links-for-september-10th/" rel="bookmark" title="Permanent Link: Short links for September 10th">Short links for September 10th</a></li><li><a href="http://blog.stefan-weigand.de/2010/01/19/short-links-for-january-19th-2/" rel="bookmark" title="Permanent Link: Short links for January 19th">Short links for January 19th</a></li><li><a href="http://blog.stefan-weigand.de/2009/11/10/short-links-for-november-10th/" rel="bookmark" title="Permanent Link: Short links for November 10th">Short links for November 10th</a></li><li><a href="http://blog.stefan-weigand.de/2010/01/02/short-links-for-january-2nd/" rel="bookmark" title="Permanent Link: Short links for January 2nd">Short links for January 2nd</a></li></ul><hr /><small>Copyright &copy; 2010<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 742ecfd0e96ea524e8a517363ce68a32 (38.107.179.211) )</small>
]]></content:encoded>
			<wfw:commentRss>http://blog.stefan-weigand.de/2010/01/10/short-links-for-january-10th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

