<?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 Distribute Commercial Python Applications</title>
	<atom:link href="http://hackerboss.com/how-to-distribute-commercial-python-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackerboss.com/how-to-distribute-commercial-python-applications/</link>
	<description>Developing software and managing development teams.</description>
	<lastBuildDate>Wed, 03 Mar 2010 17:10:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: OSA1.net &#187; Programlamanın temelleri üzerine çılgın kaynaklar</title>
		<link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-660</link>
		<dc:creator>OSA1.net &#187; Programlamanın temelleri üzerine çılgın kaynaklar</dc:creator>
		<pubDate>Tue, 15 Dec 2009 21:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://hackerboss.com/?p=801#comment-660</guid>
		<description>[...] http://effbot.org/zone/python-compile.htm http://hackerboss.com/how-to-distribute-commercial-python-applications/ (Python&#8217;da ticari uygulama yazımı hakkında kapsamlı bir yazı) [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://effbot.org/zone/python-compile.htm" rel="nofollow">http://effbot.org/zone/python-compile.htm</a> <a href="http://hackerboss.com/how-to-distribute-commercial-python-applications/" rel="nofollow">http://hackerboss.com/how-to-distribute-commercial-python-applications/</a> (Python&#8217;da ticari uygulama yazımı hakkında kapsamlı bir yazı) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Laurikari</title>
		<link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-559</link>
		<dc:creator>Ville Laurikari</dc:creator>
		<pubDate>Sun, 15 Nov 2009 16:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://hackerboss.com/?p=801#comment-559</guid>
		<description>Thanks :)  (Hello, reddit!)   I&#039;m writing a more detailed article on how exactly do you bundle the CPython interpreter with your application.  Check back later if you&#039;re interested in that.</description>
		<content:encoded><![CDATA[<p>Thanks :)  (Hello, reddit!)   I&#8217;m writing a more detailed article on how exactly do you bundle the CPython interpreter with your application.  Check back later if you&#8217;re interested in that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Lintz</title>
		<link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-558</link>
		<dc:creator>Adam Lintz</dc:creator>
		<pubDate>Sun, 15 Nov 2009 16:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://hackerboss.com/?p=801#comment-558</guid>
		<description>Good article. Got here from reddit :) Thanks!</description>
		<content:encoded><![CDATA[<p>Good article. Got here from reddit :) Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Laurikari</title>
		<link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-472</link>
		<dc:creator>Ville Laurikari</dc:creator>
		<pubDate>Tue, 20 Oct 2009 04:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://hackerboss.com/?p=801#comment-472</guid>
		<description>Oh.  Oops.  There&#039;s no such thing as app2exe.  I meant to say py2exe.  Sorry about that, and thanks for pointing it out!  Now fixed.</description>
		<content:encoded><![CDATA[<p>Oh.  Oops.  There&#8217;s no such thing as app2exe.  I meant to say py2exe.  Sorry about that, and thanks for pointing it out!  Now fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Hartley</title>
		<link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-470</link>
		<dc:creator>Jonathan Hartley</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://hackerboss.com/?p=801#comment-470</guid>
		<description>Hey. You recommend app2exe without ever mentioning what the heck it is. :-)</description>
		<content:encoded><![CDATA[<p>Hey. You recommend app2exe without ever mentioning what the heck it is. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Laurikari</title>
		<link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-237</link>
		<dc:creator>Ville Laurikari</dc:creator>
		<pubDate>Tue, 25 Aug 2009 16:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://hackerboss.com/?p=801#comment-237</guid>
		<description>Daniel, the number of freezing tools surprised me too :)
My list probably is still missing some.

While supporting Python 2 and 3 &lt;a href=&quot;http://pydev.blogspot.com/2008/11/making-code-work-in-python-2-and-3.html&quot; rel=&quot;nofollow&quot;&gt;is possible&lt;/a&gt;, I would advise against it.  It seems like too much trouble than it&#039;s worth.</description>
		<content:encoded><![CDATA[<p>Daniel, the number of freezing tools surprised me too :)<br />
My list probably is still missing some.</p>
<p>While supporting Python 2 and 3 <a href="http://pydev.blogspot.com/2008/11/making-code-work-in-python-2-and-3.html" rel="nofollow">is possible</a>, I would advise against it.  It seems like too much trouble than it&#8217;s worth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-236</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 25 Aug 2009 15:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://hackerboss.com/?p=801#comment-236</guid>
		<description>Wow, I never know there are so many freezing tools.  I&#039;ve only used py2exe.  I don&#039;t think dealing with multiple 2.x Python versions would be a problem.  Support both Python 3 and 2 is probably impossible in practice?</description>
		<content:encoded><![CDATA[<p>Wow, I never know there are so many freezing tools.  I&#8217;ve only used py2exe.  I don&#8217;t think dealing with multiple 2.x Python versions would be a problem.  Support both Python 3 and 2 is probably impossible in practice?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
