<?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"
	>
<channel>
	<title>Comments on: Komodo</title>
	<atom:link href="http://schinckel.net/2007/04/05/komodo/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2007/04/05/komodo/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Thu, 20 Nov 2008 15:51:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2007/04/05/komodo/#comment-1551</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Sat, 07 Apr 2007 05:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2007/04/05/komodo/#comment-1551</guid>
		<description>Now all I need to figure out is how to send an EOF to the interpreter that is running.  Komodo isn't quite as nice under Windows as it is under OSX, but it's still pretty good.</description>
		<content:encoded><![CDATA[<p>Now all I need to figure out is how to send an EOF to the interpreter that is running.  Komodo isn&#8217;t quite as nice under Windows as it is under OSX, but it&#8217;s still pretty good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2007/04/05/komodo/#comment-1550</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Fri, 06 Apr 2007 01:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2007/04/05/komodo/#comment-1550</guid>
		<description>Aha!  I didn't have the &lt;code&gt;-u&lt;/code&gt; flag, which was why it wasn't working properly.

Thanks Trent!

(Personal service, I love it :))</description>
		<content:encoded><![CDATA[<p>Aha!  I didn&#8217;t have the <code>-u</code> flag, which was why it wasn&#8217;t working properly.</p>
<p>Thanks Trent!</p>
<p>(Personal service, I love it :))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent Mick</title>
		<link>http://schinckel.net/2007/04/05/komodo/#comment-1549</link>
		<dc:creator>Trent Mick</dc:creator>
		<pubDate>Thu, 05 Apr 2007 16:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2007/04/05/komodo/#comment-1549</guid>
		<description>Hi, I'm one of the developers on Komodo. You should be able to get the "python -i Source.py" functionality that you are looking for with a run command in your toolbox that looks like this:

  cmd: %(python) -u -i %F
  run in: Command Output Tab

The in the "Command Output" tab in the bottom pane you should be able to interact with the Python interpreter.
"-u" is used to force Python to not buffer output (i.e. so that it is flushed to Komodo so it can be displayed right away).

The timing of stdout vs. stderr output isn't perfect in the output tab, but it is pretty good for basic interactive shell stuff.

Cheers,
Trent</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m one of the developers on Komodo. You should be able to get the &#8220;python -i Source.py&#8221; functionality that you are looking for with a run command in your toolbox that looks like this:</p>
<p>  cmd: %(python) -u -i %F<br />
  run in: Command Output Tab</p>
<p>The in the &#8220;Command Output&#8221; tab in the bottom pane you should be able to interact with the Python interpreter.<br />
&#8220;-u&#8221; is used to force Python to not buffer output (i.e. so that it is flushed to Komodo so it can be displayed right away).</p>
<p>The timing of stdout vs. stderr output isn&#8217;t perfect in the output tab, but it is pretty good for basic interactive shell stuff.</p>
<p>Cheers,<br />
Trent</p>
]]></content:encoded>
	</item>
</channel>
</rss>
