<?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>Mon, 07 May 2012 11:50:39 +0000</lastBuildDate> <generator>http://wordpress.org/?v=</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Cees Timmerman</title><link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-8170</link> <dc:creator>Cees Timmerman</dc:creator> <pubDate>Thu, 24 Nov 2011 11:09:29 +0000</pubDate> <guid
isPermaLink="false">http://hackerboss.com/?p=801#comment-8170</guid> <description>For speed and security, i would compile my program using Shed Skin, Iron Python, Cython, or PyPy. The psyco module also helps with speed if your code is old.</description> <content:encoded><![CDATA[<p>For speed and security, i would compile my program using Shed Skin, Iron Python, Cython, or PyPy. The psyco module also helps with speed if your code is old.</p> ]]></content:encoded> </item> <item><title>By: Python编程资料 &#171; Crackerban Team</title><link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-7690</link> <dc:creator>Python编程资料 &#171; Crackerban Team</dc:creator> <pubDate>Thu, 20 Oct 2011 02:11:35 +0000</pubDate> <guid
isPermaLink="false">http://hackerboss.com/?p=801#comment-7690</guid> <description>[...] py2exe win下将Python程序编译为可执行程序的工具，是一个让程序脱离Python运行环境的办法，也可以生成Windows服务或者COM组件。其他能完成Python脚本到可执行文件这个工作的还有Gordon McMillan’s Installer、Linux/Unix专用的freeze、Mac专用的py2app，另外setuptools可能也能帮上点。不过此类工具难免与一些模块有一些兼容性的问题，需要现用现测一下。总之这个主题可以参考How to Distribute Commercial Python Applications。 [...]</description> <content:encoded><![CDATA[<p>[...] py2exe win下将Python程序编译为可执行程序的工具，是一个让程序脱离Python运行环境的办法，也可以生成Windows服务或者COM组件。其他能完成Python脚本到可执行文件这个工作的还有Gordon McMillan’s Installer、Linux/Unix专用的freeze、Mac专用的py2app，另外setuptools可能也能帮上点。不过此类工具难免与一些模块有一些兼容性的问题，需要现用现测一下。总之这个主题可以参考How to Distribute Commercial Python Applications。 [...]</p> ]]></content:encoded> </item> <item><title>By: Viktor</title><link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-1668</link> <dc:creator>Viktor</dc:creator> <pubDate>Sun, 08 Aug 2010 20:15:47 +0000</pubDate> <guid
isPermaLink="false">http://hackerboss.com/?p=801#comment-1668</guid> <description>Wow, great article. Just what I was looking for. Thanks!</description> <content:encoded><![CDATA[<p>Wow, great article. Just what I was looking for. Thanks!</p> ]]></content:encoded> </item> <item><title>By: Python学习 &#171; 那些日子,花开花落,云卷云舒&#8230;</title><link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-1614</link> <dc:creator>Python学习 &#171; 那些日子,花开花落,云卷云舒&#8230;</dc:creator> <pubDate>Wed, 28 Jul 2010 06:06:32 +0000</pubDate> <guid
isPermaLink="false">http://hackerboss.com/?p=801#comment-1614</guid> <description>[...] py2exe win下将Python程序编译为可执行程序的工具，是一个让程序脱离Python运行环境的办法，也可以生成Windows服务或者COM组件。其他能 完成Python脚本到可执行文件这个工作的还有Gordon McMillan&#8217;s Installer、Linux/Unix专用的freeze、Mac专用的py2app，另外setuptools可能也能帮上点。不过此类工具难免与一些模块有一些兼容性的问题，需要现用现测一下。总之这个主题可以参考How to Distribute Commercial Python Applications。 [...]</description> <content:encoded><![CDATA[<p>[...] py2exe win下将Python程序编译为可执行程序的工具，是一个让程序脱离Python运行环境的办法，也可以生成Windows服务或者COM组件。其他能 完成Python脚本到可执行文件这个工作的还有Gordon McMillan&#8217;s Installer、Linux/Unix专用的freeze、Mac专用的py2app，另外setuptools可能也能帮上点。不过此类工具难免与一些模块有一些兼容性的问题，需要现用现测一下。总之这个主题可以参考How to Distribute Commercial Python Applications。 [...]</p> ]]></content:encoded> </item> <item><title>By: Chasing the IronPython and Various Other Free Desktop Development Tools &#124; Stephan Miller</title><link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-1515</link> <dc:creator>Chasing the IronPython and Various Other Free Desktop Development Tools &#124; Stephan Miller</dc:creator> <pubDate>Thu, 24 Jun 2010 13:05:53 +0000</pubDate> <guid
isPermaLink="false">http://hackerboss.com/?p=801#comment-1515</guid> <description>[...] How to Distribute Commercial Python Applications (hackerboss.com)     var a2a_config = a2a_config &#124;&#124; {}; a2a_config.linkname=&quot;Chasing the IronPython and Various Other Free Desktop Development Tools&quot;; a2a_config.linkurl=&quot;http://www.stephanmiller.com/chasing-the-ironpython-and-various-other-free-desktop-development-tools/&quot;;     Category: Uncategorized &#124;  &#124;  No Comments &#187; &#171; Magento 1.3 Sales Tactics Cookbook Review [...]</description> <content:encoded><![CDATA[<p>[...] How to Distribute Commercial Python Applications (hackerboss.com)     var a2a_config = a2a_config || {}; a2a_config.linkname=&quot;Chasing the IronPython and Various Other Free Desktop Development Tools&quot;; a2a_config.linkurl=&quot;http://www.stephanmiller.com/chasing-the-ironpython-and-various-other-free-desktop-development-tools/&quot;;     Category: Uncategorized |  |  No Comments &#187; &laquo; Magento 1.3 Sales Tactics Cookbook Review [...]</p> ]]></content:encoded> </item> <item><title>By: DG</title><link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-1198</link> <dc:creator>DG</dc:creator> <pubDate>Fri, 16 Apr 2010 15:18:09 +0000</pubDate> <guid
isPermaLink="false">http://hackerboss.com/?p=801#comment-1198</guid> <description>Great info.  Has your CPython bundling article come to fruition?  I would love to see it.</description> <content:encoded><![CDATA[<p>Great info.  Has your CPython bundling article come to fruition?  I would love to see it.</p> ]]></content:encoded> </item> <item><title>By: Cosmic</title><link>http://hackerboss.com/how-to-distribute-commercial-python-applications/comment-page-1/#comment-988</link> <dc:creator>Cosmic</dc:creator> <pubDate>Fri, 19 Mar 2010 23:45:33 +0000</pubDate> <guid
isPermaLink="false">http://hackerboss.com/?p=801#comment-988</guid> <description>Thanks a lot! This will help me quite a bit with a program I was planning on distributing. :)</description> <content:encoded><![CDATA[<p>Thanks a lot! This will help me quite a bit with a program I was planning on distributing. :)</p> ]]></content:encoded> </item> <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>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk

Served from: hackerboss.com @ 2012-05-19 04:16:46 -->
