<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Pwytter 0.8</title>
	<link>http://www.pwytter.com/2007/11/08/pwytter-08/</link>
	<description>The free muti-platform Twitter client written in Python</description>
	<pubDate>Mon, 12 May 2008 23:09:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Sjors</title>
		<link>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-161</link>
		<author>Sjors</author>
		<pubDate>Sat, 10 May 2008 07:15:24 +0000</pubDate>
		<guid>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-161</guid>
		<description>On Ubuntu I also needed to do:
sudo apt-get install python-simplejson

Also, as John suggested:
sudo cp pwCache.py* /usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/

That worked. I also copied the media and theme directories but I don't see any difference.

Keep up the good work,

Sjors</description>
		<content:encoded><![CDATA[<p>On Ubuntu I also needed to do:<br />
sudo apt-get install python-simplejson</p>
<p>Also, as John suggested:<br />
sudo cp pwCache.py* /usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/</p>
<p>That worked. I also copied the media and theme directories but I don&#8217;t see any difference.</p>
<p>Keep up the good work,</p>
<p>Sjors</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre-Jean Coudert</title>
		<link>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-160</link>
		<author>Pierre-Jean Coudert</author>
		<pubDate>Sun, 04 May 2008 19:13:35 +0000</pubDate>
		<guid>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-160</guid>
		<description>@Jon: I'm working on a better setup for linux.

@Mark: This bug is corrected in the SVN trunk. The 0.9 release should be out soon !</description>
		<content:encoded><![CDATA[<p>@Jon: I&#8217;m working on a better setup for linux.</p>
<p>@Mark: This bug is corrected in the SVN trunk. The 0.9 release should be out soon !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-159</link>
		<author>Mark</author>
		<pubDate>Sun, 04 May 2008 14:31:32 +0000</pubDate>
		<guid>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-159</guid>
		<description>Started to use your program recently. Like it but when I went to start it up the second day of use I got an error msg telling me to read the pwytter.exe.log

 
Traceback (most recent call last):
  File "pwytter.py", line 964, in ?
  File "Tkinter.pyc", line 1448, in wm_iconbitmap
_tkinter.TclError: bitmap "media\pwytter.ico" not defined
Traceback (most recent call last):
  File "pwytter.py", line 964, in ?
  File "Tkinter.pyc", line 1448, in wm_iconbitmap
_tkinter.TclError: bitmap "media\pwytter.ico" not defined

Did some reading in the above comments and found that I am not alone. Ok understand known bug. I also understand that everyone has a life so I ask with respect.......

ETA on fix??

Also to the person who fixed it via changing some code, could you please explain. Meaning where and what code lines you updated? 

Thanks for all of your help. Nice app</description>
		<content:encoded><![CDATA[<p>Started to use your program recently. Like it but when I went to start it up the second day of use I got an error msg telling me to read the pwytter.exe.log</p>
<p>Traceback (most recent call last):<br />
  File &#8220;pwytter.py&#8221;, line 964, in ?<br />
  File &#8220;Tkinter.pyc&#8221;, line 1448, in wm_iconbitmap<br />
_tkinter.TclError: bitmap &#8220;media\pwytter.ico&#8221; not defined<br />
Traceback (most recent call last):<br />
  File &#8220;pwytter.py&#8221;, line 964, in ?<br />
  File &#8220;Tkinter.pyc&#8221;, line 1448, in wm_iconbitmap<br />
_tkinter.TclError: bitmap &#8220;media\pwytter.ico&#8221; not defined</p>
<p>Did some reading in the above comments and found that I am not alone. Ok understand known bug. I also understand that everyone has a life so I ask with respect&#8230;&#8230;.</p>
<p>ETA on fix??</p>
<p>Also to the person who fixed it via changing some code, could you please explain. Meaning where and what code lines you updated? </p>
<p>Thanks for all of your help. Nice app</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-154</link>
		<author>John</author>
		<pubDate>Mon, 14 Apr 2008 10:09:06 +0000</pubDate>
		<guid>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-154</guid>
		<description>Great app. The linux source was not installing completely though. The following files/dirs I had to manually copy to '/usr/lib/python2.4/site-packages/pwytter-0.8-py2.4.egg' (note: on a Gentoo and RHEL5 system):

 * pwCache.py
 * pwCache.pyc
 * media/
 * theme/

And I had to create cfg/ in that same directory (and make it writable for my user account).

I also do seem to get a lot of 400 errors:
HTTPError: HTTP Error 400: Bad Request

Have not found the solution for that.</description>
		<content:encoded><![CDATA[<p>Great app. The linux source was not installing completely though. The following files/dirs I had to manually copy to &#8216;/usr/lib/python2.4/site-packages/pwytter-0.8-py2.4.egg&#8217; (note: on a Gentoo and RHEL5 system):</p>
<p> * pwCache.py<br />
 * pwCache.pyc<br />
 * media/<br />
 * theme/</p>
<p>And I had to create cfg/ in that same directory (and make it writable for my user account).</p>
<p>I also do seem to get a lot of 400 errors:<br />
HTTPError: HTTP Error 400: Bad Request</p>
<p>Have not found the solution for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: urke</title>
		<link>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-146</link>
		<author>urke</author>
		<pubDate>Sun, 30 Mar 2008 09:24:07 +0000</pubDate>
		<guid>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-146</guid>
		<description>When try to run Pwytter 0.8 on Fedora 8 Linux, I got this error:

bash-3.2$ pwytter.py
Traceback (most recent call last):
  File "/usr/bin/pwytter.py", line 5, in 
    pkg_resources.run_script('pwytter==0.8', 'pwytter.py')
  File "/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py", line 448, in run_script
  File "/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py", line 1166, in run_script
  File "/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/EGG-INFO/scripts/pwytter.py", line 29, in 
    import pwSplashScreen
  File "/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/pwSplashScreen.py", line 19, in 
    from pwytter import __version__ as VERSION
  File "/usr/bin/pwytter.py", line 5, in 
    pkg_resources.run_script('pwytter==0.8', 'pwytter.py')
  File "/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py", line 448, in run_script
  File "/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py", line 1166, in run_script
  File "/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/EGG-INFO/scripts/pwytter.py", line 30, in 
    import twclient
  File "/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/twclient/__init__.py", line 20, in 
    import pwCache
ImportError: No module named pwCache</description>
		<content:encoded><![CDATA[<p>When try to run Pwytter 0.8 on Fedora 8 Linux, I got this error:</p>
<p>bash-3.2$ pwytter.py<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/bin/pwytter.py&#8221;, line 5, in<br />
    pkg_resources.run_script(&#8217;pwytter==0.8&#8242;, &#8216;pwytter.py&#8217;)<br />
  File &#8220;/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py&#8221;, line 448, in run_script<br />
  File &#8220;/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py&#8221;, line 1166, in run_script<br />
  File &#8220;/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/EGG-INFO/scripts/pwytter.py&#8221;, line 29, in<br />
    import pwSplashScreen<br />
  File &#8220;/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/pwSplashScreen.py&#8221;, line 19, in<br />
    from pwytter import __version__ as VERSION<br />
  File &#8220;/usr/bin/pwytter.py&#8221;, line 5, in<br />
    pkg_resources.run_script(&#8217;pwytter==0.8&#8242;, &#8216;pwytter.py&#8217;)<br />
  File &#8220;/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py&#8221;, line 448, in run_script<br />
  File &#8220;/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py&#8221;, line 1166, in run_script<br />
  File &#8220;/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/EGG-INFO/scripts/pwytter.py&#8221;, line 30, in<br />
    import twclient<br />
  File &#8220;/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/twclient/__init__.py&#8221;, line 20, in<br />
    import pwCache<br />
ImportError: No module named pwCache</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Herman</title>
		<link>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-122</link>
		<author>David Herman</author>
		<pubDate>Tue, 29 Jan 2008 15:50:31 +0000</pubDate>
		<guid>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-122</guid>
		<description>I was successfully able to install the client on fedora core 7 but I had some issues.  I got myself loaded up with all of the dependences for images etc. and then did an easy_install on the zip archive which seemed to work fine until I ran it and it was looking for pyCache or pwCache can't remember.  Anyway I noticed that these were in the zip so i coped them to the site-packages and it worked when I would run pwytter from within the extracted directory (I also extracted the zip to ~/pwytter.  However If I try and run it form anywhere else it does not run.</description>
		<content:encoded><![CDATA[<p>I was successfully able to install the client on fedora core 7 but I had some issues.  I got myself loaded up with all of the dependences for images etc. and then did an easy_install on the zip archive which seemed to work fine until I ran it and it was looking for pyCache or pwCache can&#8217;t remember.  Anyway I noticed that these were in the zip so i coped them to the site-packages and it worked when I would run pwytter from within the extracted directory (I also extracted the zip to ~/pwytter.  However If I try and run it form anywhere else it does not run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre-Jean Coudert</title>
		<link>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-121</link>
		<author>Pierre-Jean Coudert</author>
		<pubDate>Sat, 26 Jan 2008 10:11:42 +0000</pubDate>
		<guid>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-121</guid>
		<description>Shreela &gt; This is fixed in SVN.</description>
		<content:encoded><![CDATA[<p>Shreela > This is fixed in SVN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shreela</title>
		<link>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-120</link>
		<author>Shreela</author>
		<pubDate>Sat, 26 Jan 2008 10:01:54 +0000</pubDate>
		<guid>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-120</guid>
		<description>This worked great the first time I ran it, but it's refused to load ever since because of some ICO problem (same as above). I'm on XP SP2, and Pwytter was installed to default directory as administrator. 

In the comments above, the first mention of an ICO problem was on Dec 12 2007. Over a month later it's mentioned that the ICO problem will be fixed in the next version. Umm, I'm not waiting around if it takes so long to fix something that prevents the program from even loading.</description>
		<content:encoded><![CDATA[<p>This worked great the first time I ran it, but it&#8217;s refused to load ever since because of some ICO problem (same as above). I&#8217;m on XP SP2, and Pwytter was installed to default directory as administrator. </p>
<p>In the comments above, the first mention of an ICO problem was on Dec 12 2007. Over a month later it&#8217;s mentioned that the ICO problem will be fixed in the next version. Umm, I&#8217;m not waiting around if it takes so long to fix something that prevents the program from even loading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Scheper</title>
		<link>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-117</link>
		<author>Michael Scheper</author>
		<pubDate>Tue, 15 Jan 2008 20:00:23 +0000</pubDate>
		<guid>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-117</guid>
		<description>Thanks for the prompt response. I look forward to 0.9 and 0.10, then.

Unfortunately I don't yet know enough about Python to help with a platform-independent sound solution. (There are sound-related, platform-independent FireFox plugins; I don't know if those would provide any clues.)</description>
		<content:encoded><![CDATA[<p>Thanks for the prompt response. I look forward to 0.9 and 0.10, then.</p>
<p>Unfortunately I don&#8217;t yet know enough about Python to help with a platform-independent sound solution. (There are sound-related, platform-independent FireFox plugins; I don&#8217;t know if those would provide any clues.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre-Jean Coudert</title>
		<link>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-116</link>
		<author>Pierre-Jean Coudert</author>
		<pubDate>Mon, 14 Jan 2008 19:53:29 +0000</pubDate>
		<guid>http://www.pwytter.com/2007/11/08/pwytter-08/#comment-116</guid>
		<description>Michael : the .ico bug will be solved in 0.9.
Resizable window is on the list for 0.10.
I've to look for a multi-os solution for the sound notifications.</description>
		<content:encoded><![CDATA[<p>Michael : the .ico bug will be solved in 0.9.<br />
Resizable window is on the list for 0.10.<br />
I&#8217;ve to look for a multi-os solution for the sound notifications.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
