<?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: Pwytter 0.4</title>
	<atom:link href="http://www.pwytter.com/2007/06/30/pwytter-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pwytter.com/2007/06/30/pwytter-04/</link>
	<description>The free muti-platform Twitter client written in Python</description>
	<lastBuildDate>Mon, 25 Jan 2010 08:59:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pierre-Jean Coudert</title>
		<link>http://www.pwytter.com/2007/06/30/pwytter-04/#comment-9</link>
		<dc:creator>Pierre-Jean Coudert</dc:creator>
		<pubDate>Wed, 11 Jul 2007 12:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pwytter.com/2007/06/30/pwytter-04/#comment-9</guid>
		<description>Yes it is mine... so, yes you can add this account.

The old repositories are cleaned now.

The good one to use is : http://pwytter.googlecode.com/svn/trunk/</description>
		<content:encoded><![CDATA[<p>Yes it is mine&#8230; so, yes you can add this account.</p>
<p>The old repositories are cleaned now.</p>
<p>The good one to use is : <a href="http://pwytter.googlecode.com/svn/trunk/" rel="nofollow">http://pwytter.googlecode.com/svn/trunk/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floozle</title>
		<link>http://www.pwytter.com/2007/06/30/pwytter-04/#comment-8</link>
		<dc:creator>Floozle</dc:creator>
		<pubDate>Wed, 11 Jul 2007 11:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pwytter.com/2007/06/30/pwytter-04/#comment-8</guid>
		<description>&lt;p&gt;Okay, I thought the ***** account was yours.   If I wanted to receive notices, should I add that account or another?  Or will you start posting updates notices to the Google group?&lt;/p&gt;
&lt;p&gt;Let me know if you need another tester&#039;s input.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Okay, I thought the ***** account was yours.   If I wanted to receive notices, should I add that account or another?  Or will you start posting updates notices to the Google group?</p>
<p>Let me know if you need another tester&#8217;s input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre-Jean Coudert</title>
		<link>http://www.pwytter.com/2007/06/30/pwytter-04/#comment-7</link>
		<dc:creator>Pierre-Jean Coudert</dc:creator>
		<pubDate>Wed, 11 Jul 2007 05:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pwytter.com/2007/06/30/pwytter-04/#comment-7</guid>
		<description>I&#039;ll try to debug it today.

The pwytter username/password in the trunk is a test account.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try to debug it today.</p>
<p>The pwytter username/password in the trunk is a test account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floozle</title>
		<link>http://www.pwytter.com/2007/06/30/pwytter-04/#comment-6</link>
		<dc:creator>Floozle</dc:creator>
		<pubDate>Tue, 10 Jul 2007 18:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pwytter.com/2007/06/30/pwytter-04/#comment-6</guid>
		<description>Yes, I am running it from the Subversion download, and I do have PIL installed.  

I tried to run the install/setup script, but it errored out on the &#039;import py2exe&#039; and since I am only testing, I didn&#039;t bother commenting that out.

So I tried to run it directly from the SVN directory, and receive the following error:

Traceback (most recent call last):

  File &quot;pwytter.py&quot;, line 498, in 

    MainLoop()

  File &quot;pwytter.py&quot;, line 488, in MainLoop

    rootTk.iconbitmap(&#039;pwytter.ico&#039;) 

  File &quot;/usr/lib/python2.5/lib-tk/Tkinter.py&quot;, line 1518, in wm_iconbitmap

    return self.tk.call(&#039;wm&#039;, &#039;iconbitmap&#039;, self._w, bitmap)

_tkinter.TclError: bitmap &quot;pwytter.ico&quot; not defined



Is there something else I need installed?  

Also, you probably want to remove your Twitter username/password from the subversion trunk.</description>
		<content:encoded><![CDATA[<p>Yes, I am running it from the Subversion download, and I do have PIL installed.  </p>
<p>I tried to run the install/setup script, but it errored out on the &#8216;import py2exe&#8217; and since I am only testing, I didn&#8217;t bother commenting that out.</p>
<p>So I tried to run it directly from the SVN directory, and receive the following error:</p>
<p>Traceback (most recent call last):</p>
<p>  File &#8220;pwytter.py&#8221;, line 498, in </p>
<p>    MainLoop()</p>
<p>  File &#8220;pwytter.py&#8221;, line 488, in MainLoop</p>
<p>    rootTk.iconbitmap(&#8216;pwytter.ico&#8217;) </p>
<p>  File &#8220;/usr/lib/python2.5/lib-tk/Tkinter.py&#8221;, line 1518, in wm_iconbitmap</p>
<p>    return self.tk.call(&#8216;wm&#8217;, &#8216;iconbitmap&#8217;, self._w, bitmap)</p>
<p>_tkinter.TclError: bitmap &#8220;pwytter.ico&#8221; not defined</p>
<p>Is there something else I need installed?  </p>
<p>Also, you probably want to remove your Twitter username/password from the subversion trunk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre-Jean Coudert</title>
		<link>http://www.pwytter.com/2007/06/30/pwytter-04/#comment-5</link>
		<dc:creator>Pierre-Jean Coudert</dc:creator>
		<pubDate>Tue, 10 Jul 2007 16:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pwytter.com/2007/06/30/pwytter-04/#comment-5</guid>
		<description>You need to have PIL installed.

You should try to run it from sources :
http://pwytter.googlecode.com/files/pwytter%20sources%200.4.zip</description>
		<content:encoded><![CDATA[<p>You need to have PIL installed.</p>
<p>You should try to run it from sources :<br />
<a href="http://pwytter.googlecode.com/files/pwytter%20sources%200.4.zip" rel="nofollow">http://pwytter.googlecode.com/files/pwytter%20sources%200.4.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floozle</title>
		<link>http://www.pwytter.com/2007/06/30/pwytter-04/#comment-4</link>
		<dc:creator>Floozle</dc:creator>
		<pubDate>Tue, 10 Jul 2007 16:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pwytter.com/2007/06/30/pwytter-04/#comment-4</guid>
		<description>Has anyone gotten this to run on linux?  Or is it Windows only at this point?</description>
		<content:encoded><![CDATA[<p>Has anyone gotten this to run on linux?  Or is it Windows only at this point?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

