<?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: Porting wxPyMail to Linux</title>
	<atom:link href="http://www.blog.pythonlibrary.org/2008/09/26/porting-wxpymail-to-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.pythonlibrary.org/2008/09/26/porting-wxpymail-to-linux/</link>
	<description>Python Programming from the Frontlines</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Scott</title>
		<link>http://www.blog.pythonlibrary.org/2008/09/26/porting-wxpymail-to-linux/comment-page-1/#comment-327</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 10 Oct 2008 02:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=93#comment-327</guid>
		<description>Hey Mike-
Thanks for your tutorials.  They (and your replies on the mailing list) have been a big help to this wxpython neophyte.</description>
		<content:encoded><![CDATA[<p>Hey Mike-<br />
Thanks for your tutorials.  They (and your replies on the mailing list) have been a big help to this wxpython neophyte.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.blog.pythonlibrary.org/2008/09/26/porting-wxpymail-to-linux/comment-page-1/#comment-22736</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 10 Oct 2008 02:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=93#comment-22736</guid>
		<description>Hey Mike-
Thanks for your tutorials.  They (and your replies on the mailing list) have been a big help to this wxpython neophyte.</description>
		<content:encoded><![CDATA[<p>Hey Mike-<br />
Thanks for your tutorials.  They (and your replies on the mailing list) have been a big help to this wxpython neophyte.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.blog.pythonlibrary.org/2008/09/26/porting-wxpymail-to-linux/comment-page-1/#comment-283</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 29 Sep 2008 17:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=93#comment-283</guid>
		<description>Thanks for the heads up. I re-wrote that paragraph with the new knowledge you gave so it will hopefully make more sense.

Mike</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up. I re-wrote that paragraph with the new knowledge you gave so it will hopefully make more sense.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.blog.pythonlibrary.org/2008/09/26/porting-wxpymail-to-linux/comment-page-1/#comment-22735</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 29 Sep 2008 17:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=93#comment-22735</guid>
		<description>Thanks for the heads up. I re-wrote that paragraph with the new knowledge you gave so it will hopefully make more sense.

Mike</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up. I re-wrote that paragraph with the new knowledge you gave so it will hopefully make more sense.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Brock</title>
		<link>http://www.blog.pythonlibrary.org/2008/09/26/porting-wxpymail-to-linux/comment-page-1/#comment-282</link>
		<dc:creator>Stuart Brock</dc:creator>
		<pubDate>Mon, 29 Sep 2008 16:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=93#comment-282</guid>
		<description>Hi,
  One correction:

Also note the “shebang” line at the beginning of the file: “#!/usr/bin/env python” This tells Linux that this file can be executed using Python. If you have Python installed in a different location, then you’ll want to change that line accordingly.

the /usr/bin/env command looks to see where Python is installed on your $PATH and runs it, so as long as you can type &quot;python&quot; at the command line it should pick up the correct interpreter.

Keep up the good work!

Stu.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  One correction:</p>
<p>Also note the “shebang” line at the beginning of the file: “#!/usr/bin/env python” This tells Linux that this file can be executed using Python. If you have Python installed in a different location, then you’ll want to change that line accordingly.</p>
<p>the /usr/bin/env command looks to see where Python is installed on your $PATH and runs it, so as long as you can type &#8220;python&#8221; at the command line it should pick up the correct interpreter.</p>
<p>Keep up the good work!</p>
<p>Stu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Brock</title>
		<link>http://www.blog.pythonlibrary.org/2008/09/26/porting-wxpymail-to-linux/comment-page-1/#comment-22734</link>
		<dc:creator>Stuart Brock</dc:creator>
		<pubDate>Mon, 29 Sep 2008 16:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=93#comment-22734</guid>
		<description>Hi,
  One correction:

Also note the “shebang” line at the beginning of the file: “#!/usr/bin/env python” This tells Linux that this file can be executed using Python. If you have Python installed in a different location, then you’ll want to change that line accordingly.

the /usr/bin/env command looks to see where Python is installed on your $PATH and runs it, so as long as you can type &quot;python&quot; at the command line it should pick up the correct interpreter.

Keep up the good work!

Stu.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  One correction:</p>
<p>Also note the “shebang” line at the beginning of the file: “#!/usr/bin/env python” This tells Linux that this file can be executed using Python. If you have Python installed in a different location, then you’ll want to change that line accordingly.</p>
<p>the /usr/bin/env command looks to see where Python is installed on your $PATH and runs it, so as long as you can type &#8220;python&#8221; at the command line it should pick up the correct interpreter.</p>
<p>Keep up the good work!</p>
<p>Stu.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.454 seconds -->

