<?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: Pidgin status v2</title>
	<atom:link href="http://www.miljan.org/main/2008/10/10/pidgin-status-v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miljan.org/main/2008/10/10/pidgin-status-v2/</link>
	<description>Wisdom is the key</description>
	<lastBuildDate>Wed, 24 Feb 2010 23:48:29 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rEnr3n</title>
		<link>http://www.miljan.org/main/2008/10/10/pidgin-status-v2/comment-page-1/#comment-4744</link>
		<dc:creator>rEnr3n</dc:creator>
		<pubDate>Wed, 24 Feb 2010 23:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.miljan.org/main/?p=64#comment-4744</guid>
		<description>After six hours of running the script, I haven&#039;t seen any errors. It is working fine now, thanks. I&#039;ll update you if I encounter future errors. :)</description>
		<content:encoded><![CDATA[<p>After six hours of running the script, I haven&#8217;t seen any errors. It is working fine now, thanks. I&#8217;ll update you if I encounter future errors. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miljan</title>
		<link>http://www.miljan.org/main/2008/10/10/pidgin-status-v2/comment-page-1/#comment-4741</link>
		<dc:creator>miljan</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.miljan.org/main/?p=64#comment-4741</guid>
		<description>Hi rEnr3n,

Please download new version of the script from http://www.miljan.org/download/pidgin_status_v2.5.py 

It should fix the problem you are experiencing plus some different bugs I found.

Let me know how it goes.

Enjoy,
Miljan</description>
		<content:encoded><![CDATA[<p>Hi rEnr3n,</p>
<p>Please download new version of the script from <a href="http://www.miljan.org/download/pidgin_status_v2.5.py" rel="nofollow">http://www.miljan.org/download/pidgin_status_v2.5.py</a> </p>
<p>It should fix the problem you are experiencing plus some different bugs I found.</p>
<p>Let me know how it goes.</p>
<p>Enjoy,<br />
Miljan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rEnr3n</title>
		<link>http://www.miljan.org/main/2008/10/10/pidgin-status-v2/comment-page-1/#comment-4739</link>
		<dc:creator>rEnr3n</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.miljan.org/main/?p=64#comment-4739</guid>
		<description>Ok here is the file http://uploading.com/files/d56ba562/pidgin.txt/

Here is the command I type in terminal:
python pidgin_status_v2.py -d -t 10 -f /home/ren/Documents/Python/pidgin.txt

Thank you for your time.</description>
		<content:encoded><![CDATA[<p>Ok here is the file <a href="http://uploading.com/files/d56ba562/pidgin.txt/" rel="nofollow">http://uploading.com/files/d56ba562/pidgin.txt/</a></p>
<p>Here is the command I type in terminal:<br />
python pidgin_status_v2.py -d -t 10 -f /home/ren/Documents/Python/pidgin.txt</p>
<p>Thank you for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miljan</title>
		<link>http://www.miljan.org/main/2008/10/10/pidgin-status-v2/comment-page-1/#comment-4674</link>
		<dc:creator>miljan</dc:creator>
		<pubDate>Fri, 19 Feb 2010 06:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.miljan.org/main/?p=64#comment-4674</guid>
		<description>Hi rEnr3n,

Is there any chance that you can upload somewhere the quote file you are using with the script? I&#039;m afraid it will be very hard to guess what&#039;s going on without it.</description>
		<content:encoded><![CDATA[<p>Hi rEnr3n,</p>
<p>Is there any chance that you can upload somewhere the quote file you are using with the script? I&#8217;m afraid it will be very hard to guess what&#8217;s going on without it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rEnr3n</title>
		<link>http://www.miljan.org/main/2008/10/10/pidgin-status-v2/comment-page-1/#comment-4671</link>
		<dc:creator>rEnr3n</dc:creator>
		<pubDate>Thu, 18 Feb 2010 22:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.miljan.org/main/?p=64#comment-4671</guid>
		<description>Hi, I love your script but I get this error all the time, after a few minutes of starting it.


File &quot;pidgin_status_v2.py&quot;, line 297, in 
    set_status (purple)
  File &quot;pidgin_status_v2.py&quot;, line 272, in set_status
    msg = get_quote (opt.file)
  File &quot;pidgin_status_v2.py&quot;, line 244, in get_quote
    return quote
UnboundLocalError: local variable &#039;quote&#039; referenced before assignment


Can you fix it? Or can you tell me how do I fix it? It&#039;s very much appreciated. Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, I love your script but I get this error all the time, after a few minutes of starting it.</p>
<p>File &#8220;pidgin_status_v2.py&#8221;, line 297, in<br />
    set_status (purple)<br />
  File &#8220;pidgin_status_v2.py&#8221;, line 272, in set_status<br />
    msg = get_quote (opt.file)<br />
  File &#8220;pidgin_status_v2.py&#8221;, line 244, in get_quote<br />
    return quote<br />
UnboundLocalError: local variable &#8216;quote&#8217; referenced before assignment</p>
<p>Can you fix it? Or can you tell me how do I fix it? It&#8217;s very much appreciated. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paito Anderson</title>
		<link>http://www.miljan.org/main/2008/10/10/pidgin-status-v2/comment-page-1/#comment-3118</link>
		<dc:creator>Paito Anderson</dc:creator>
		<pubDate>Sun, 05 Jul 2009 03:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.miljan.org/main/?p=64#comment-3118</guid>
		<description>I used you original pidgin_status.py here in mplayer to show the currently playing song.

http://paitoanderson.com/post4.php</description>
		<content:encoded><![CDATA[<p>I used you original pidgin_status.py here in mplayer to show the currently playing song.</p>
<p><a href="http://paitoanderson.com/post4.php" rel="nofollow">http://paitoanderson.com/post4.php</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
