<?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>Dammit Jim! &#187; remove</title>
	<atom:link href="http://scott.sherrillmix.com/blog/tag/remove/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.sherrillmix.com/blog</link>
	<description>I'm a biologist not a...</description>
	<lastBuildDate>Tue, 12 Jan 2010 05:09:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Rid of the Python Console Window</title>
		<link>http://scott.sherrillmix.com/blog/programmer/getting-rid-of-the-python-console-window/</link>
		<comments>http://scott.sherrillmix.com/blog/programmer/getting-rid-of-the-python-console-window/#comments</comments>
		<pubDate>Thu, 21 Sep 2006 13:45:56 +0000</pubDate>
		<dc:creator>ScottS-M</dc:creator>
				<category><![CDATA[Programmer]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/programmer/getting-rid-of-the-python-console-window/</guid>
		<description><![CDATA[Python sure is handy. I just found out that if you make a program that uses wxPython or something to generate windows and don&#8217;t want the  big (somewhat ugly) black console window, all you have to do is change the program name from program.py to program.pyw or run pythonw.exe instead of python.exe. Pretty obvious [...]]]></description>
			<content:encoded><![CDATA[<p>Python sure is handy. I just found out that if you make a program that uses <a href="http://www.wxpython.org/">wxPython</a> or something to generate windows and don&#8217;t want the  big (somewhat ugly) black console window, all you have to do is change the program name from <code>program.py</code> to <code>program.pyw</code> or run <code>pythonw.exe</code> instead of <code>python.exe</code>. Pretty obvious now but took me a few minutes to come up with the right google. Now I just wish it wasn&#8217;t using 16 megs of RAM for a 30 line program&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://scott.sherrillmix.com/blog/programmer/getting-rid-of-the-python-console-window/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
