<?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: Python extensions: Please tell me there&#8217;s an easier way!</title>
	<atom:link href="http://therning.org/magnus/archives/505/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus/archives/505</link>
	<description>Incoherent mumblings</description>
	<lastBuildDate>Wed, 08 Aug 2012 00:21:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/505/comment-page-1#comment-176940</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Thu, 23 Apr 2009 16:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=505#comment-176940</guid>
		<description><![CDATA[&lt;p&gt;&lt;strong&gt;@??&lt;/strong&gt;: I&#039;m not sure anyone&#039;s mastered C++ but I&#039;m sure that anyone who does will find it isn&#039;t worth the effort ;-)  So after you&#039;re done with C I&#039;d move on to a higher-level language, Python, Haskell, anything that tickles your fancy.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p><strong>@??</strong>: I&#8217;m not sure anyone&#8217;s mastered C++ but I&#8217;m sure that anyone who does will find it isn&#8217;t worth the effort <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   So after you&#8217;re done with C I&#8217;d move on to a higher-level language, Python, Haskell, anything that tickles your fancy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ??</title>
		<link>http://therning.org/magnus/archives/505/comment-page-1#comment-176881</link>
		<dc:creator>??</dc:creator>
		<pubDate>Thu, 23 Apr 2009 01:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=505#comment-176881</guid>
		<description><![CDATA[&lt;p&gt;i hope i will never use python, i haven&#039;t mastered c and c++. :)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>i hope i will never use python, i haven&#8217;t mastered c and c++. <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/505/comment-page-1#comment-171052</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Thu, 19 Feb 2009 12:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=505#comment-171052</guid>
		<description><![CDATA[&lt;p&gt;@Anonymous,  using GNU make isn&#039;t a net gain in this case, there are a lot of things that come for free when using the AutoTools.&lt;/p&gt;

&lt;p&gt;@lilac, distutils would indeed be the right answer if I was building a Python &quot;module&quot;.  What I didn&#039;t mention is that the extension is part of a Gnome application written in Python.  distutils is &lt;em&gt;not&lt;/em&gt; the way to go for that.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>@Anonymous,  using GNU make isn&#8217;t a net gain in this case, there are a lot of things that come for free when using the AutoTools.</p>

<p>@lilac, distutils would indeed be the right answer if I was building a Python &#8220;module&#8221;.  What I didn&#8217;t mention is that the extension is part of a Gnome application written in Python.  distutils is <em>not</em> the way to go for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lilac</title>
		<link>http://therning.org/magnus/archives/505/comment-page-1#comment-171023</link>
		<dc:creator>lilac</dc:creator>
		<pubDate>Wed, 18 Feb 2009 13:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=505#comment-171023</guid>
		<description><![CDATA[&lt;p&gt;http://docs.python.org/library/distutils.html&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p><a href="http://docs.python.org/library/distutils.html" rel="nofollow">http://docs.python.org/library/distutils.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://therning.org/magnus/archives/505/comment-page-1#comment-170995</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 17 Feb 2009 23:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=505#comment-170995</guid>
		<description><![CDATA[&lt;p&gt;I&#039;ve always used GNU make to coordinate the building of python extensions.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve always used GNU make to coordinate the building of python extensions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/505/comment-page-1#comment-170991</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Tue, 17 Feb 2009 22:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=505#comment-170991</guid>
		<description><![CDATA[&lt;p&gt;@C Smith:  Huh?  Since I&#039;m already using Boost.Python for my Python extension I know for a fact that it is no replacement for automake ;-)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>@C Smith:  Huh?  Since I&#8217;m already using Boost.Python for my Python extension I know for a fact that it is no replacement for automake <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C Smith</title>
		<link>http://therning.org/magnus/archives/505/comment-page-1#comment-170986</link>
		<dc:creator>C Smith</dc:creator>
		<pubDate>Tue, 17 Feb 2009 20:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=505#comment-170986</guid>
		<description><![CDATA[&lt;p&gt;http://www.boost.org/doc/libs/1_38_0/libs/python/doc/index.html&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p><a href="http://www.boost.org/doc/libs/1_38_0/libs/python/doc/index.html" rel="nofollow">http://www.boost.org/doc/libs/1_38_0/libs/python/doc/index.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
