<?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: Talking Linux RSS Alarm Clock</title>
	<atom:link href="http://blog.ajlisy.com/2008/12/talking-linux-rss-alarm-clock/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ajlisy.com/2008/12/talking-linux-rss-alarm-clock/</link>
	<description>Linux, finance, rants, politics</description>
	<lastBuildDate>Thu, 13 May 2010 07:14:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 10 Things a Power User Will Love about Linux &#124; Random Musings</title>
		<link>http://blog.ajlisy.com/2008/12/talking-linux-rss-alarm-clock/comment-page-1/#comment-23</link>
		<dc:creator>10 Things a Power User Will Love about Linux &#124; Random Musings</dc:creator>
		<pubDate>Mon, 02 Feb 2009 07:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajlisy.com/?p=20#comment-23</guid>
		<description>[...] read to me as I got ready. With Linux, setting this up was pretty basic. See my other blog post Talking Linux RSS Alarm Clock if you&#8217;re curious how I strung together several off-the-shelf components to create this app [...]</description>
		<content:encoded><![CDATA[<p>[...] read to me as I got ready. With Linux, setting this up was pretty basic. See my other blog post Talking Linux RSS Alarm Clock if you&#8217;re curious how I strung together several off-the-shelf components to create this app [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://blog.ajlisy.com/2008/12/talking-linux-rss-alarm-clock/comment-page-1/#comment-8</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Thu, 29 Jan 2009 23:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajlisy.com/?p=20#comment-8</guid>
		<description>Rich,

It looks like you dont have ElementTree installed. There&#039;s a link above -- http://effbot.org/zone/element-index.htm#installation -- this is some instructions on installing it. Its been a while for me, but I think its basically just putting some files in the correct location and running a few install commands.

If you run into any trouble, just Google for &quot;installing python modules&quot; or something like that.

Good luck!
AJ</description>
		<content:encoded><![CDATA[<p>Rich,</p>
<p>It looks like you dont have ElementTree installed. There&#8217;s a link above &#8212; <a href="http://effbot.org/zone/element-index.htm#installation" rel="nofollow">http://effbot.org/zone/element-index.htm#installation</a> &#8212; this is some instructions on installing it. Its been a while for me, but I think its basically just putting some files in the correct location and running a few install commands.</p>
<p>If you run into any trouble, just Google for &#8220;installing python modules&#8221; or something like that.</p>
<p>Good luck!<br />
AJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://blog.ajlisy.com/2008/12/talking-linux-rss-alarm-clock/comment-page-1/#comment-7</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Wed, 28 Jan 2009 13:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajlisy.com/?p=20#comment-7</guid>
		<description>What version of Python are you using? I am getting this error when running....

SyntaxError: invalid token
Traceback (most recent call last):
  File &quot;get_news.py&quot;, line 10, in
    from elementtree.ElementTree import parse
ImportError: No module named elementtree.ElementTree</description>
		<content:encoded><![CDATA[<p>What version of Python are you using? I am getting this error when running&#8230;.</p>
<p>SyntaxError: invalid token<br />
Traceback (most recent call last):<br />
  File &#8220;get_news.py&#8221;, line 10, in<br />
    from elementtree.ElementTree import parse<br />
ImportError: No module named elementtree.ElementTree</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://blog.ajlisy.com/2008/12/talking-linux-rss-alarm-clock/comment-page-1/#comment-6</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Mon, 15 Dec 2008 16:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajlisy.com/?p=20#comment-6</guid>
		<description>@Sean: I haven&#039;t tried this yet, but OSX has a &#039;say&#039; command in Terminal that works GREAT. To try it, just open Terminal and type: say &quot;Hello World&quot;

I&#039;m sure you can set it up to read from a file, just like festival.</description>
		<content:encoded><![CDATA[<p>@Sean: I haven&#8217;t tried this yet, but OSX has a &#8217;say&#8217; command in Terminal that works GREAT. To try it, just open Terminal and type: say &#8220;Hello World&#8221;</p>
<p>I&#8217;m sure you can set it up to read from a file, just like festival.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://blog.ajlisy.com/2008/12/talking-linux-rss-alarm-clock/comment-page-1/#comment-5</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 15 Dec 2008 00:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajlisy.com/?p=20#comment-5</guid>
		<description>Any ideas on how to get this kind of thing working for OS X? I have python and cron already, but the festival thing might be a little more tricky. Is there a way to set up the speech thing with Automator or another Mac speech thing?

Can&#039;t wait to get cracking...

-S</description>
		<content:encoded><![CDATA[<p>Any ideas on how to get this kind of thing working for OS X? I have python and cron already, but the festival thing might be a little more tricky. Is there a way to set up the speech thing with Automator or another Mac speech thing?</p>
<p>Can&#8217;t wait to get cracking&#8230;</p>
<p>-S</p>
]]></content:encoded>
	</item>
</channel>
</rss>
