<?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>sector-5.net &#187; Python</title>
	<atom:link href="http://sector-5.net/archives/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://sector-5.net</link>
	<description></description>
	<lastBuildDate>Wed, 06 Apr 2011 08:40:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Comix: Windows start script</title>
		<link>http://sector-5.net/archives/comix-win32-start-script/</link>
		<comments>http://sector-5.net/archives/comix-win32-start-script/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 21:13:36 +0000</pubDate>
		<dc:creator>Anonymous</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[comix]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://sector-5.net/?p=47</guid>
		<description><![CDATA[There has been some progress on Comix recently, fixing some slight flaws that prevented the program from starting up correctly on Win32. With that gone, the only issue left is that Comix cannot be directly started on Windows without an .exe file, so I wrote a simple startup script to handle that. It invokes Python [...]]]></description>
			<content:encoded><![CDATA[<p>There has been some progress on <a href="http://comix.sourceforge.net">Comix</a> recently, fixing some slight flaws that prevented the program from starting up correctly on Win32. With that gone, the only issue left is that Comix cannot be directly started on Windows without an .exe file, so I wrote a simple startup script to handle that. It invokes Python and runs the file <code>src\comix.py</code>, so it should be put into the SVN checkout root directory of Comix. C++ source included.</p>

<p><a href="http://sector-5.net/wp-content/uploads/2009/01/comix-starter.zip">Win32 Comix Starter</a> (obsolete, only works for Python 2.5)</p>

<p><strong>Update:</strong> <a href="http://mcomix.sourceforge.net">MComix</a>, a fork of Comix, has superior Windows integration and comes with an installer that automatically generates an executable wrapper.</p>
]]></content:encoded>
			<wfw:commentRss>http://sector-5.net/archives/comix-win32-start-script/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

