<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Collin's Code</title>
	<atom:link href="http://collincode.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://collincode.wordpress.com</link>
	<description>Lots of Random Python</description>
	<lastBuildDate>Fri, 06 Nov 2009 09:43:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Google Chat History Downloader by hamdanil</title>
		<link>http://collincode.wordpress.com/2009/07/20/google-chat-history-downloader/#comment-72</link>
		<dc:creator>hamdanil</dc:creator>
		<pubDate>Fri, 06 Nov 2009 09:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://collincode.wordpress.com/?p=137#comment-72</guid>
		<description>Hi again,
nevermind the message above I managed to learn how to use easy_install.
Now I can run the program, however I can&#039;t login and it gives an error message:
GmailLoginFailure(&quot;Login failed. (Wrong username/password?)&quot;) 
even though I entered the right username and password
I tried giving the username as &quot;username@gmail.com&quot; and &quot;username&quot;. but none of them work. Do you know why? thanks</description>
		<content:encoded><![CDATA[<p>Hi again,<br />
nevermind the message above I managed to learn how to use easy_install.<br />
Now I can run the program, however I can&#8217;t login and it gives an error message:<br />
GmailLoginFailure(&#8220;Login failed. (Wrong username/password?)&#8221;)<br />
even though I entered the right username and password<br />
I tried giving the username as &#8220;username@gmail.com&#8221; and &#8220;username&#8221;. but none of them work. Do you know why? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chat History Downloader by hamdanil</title>
		<link>http://collincode.wordpress.com/2009/07/20/google-chat-history-downloader/#comment-71</link>
		<dc:creator>hamdanil</dc:creator>
		<pubDate>Fri, 06 Nov 2009 08:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://collincode.wordpress.com/?p=137#comment-71</guid>
		<description>Hi colin,
do you have an executable for this downloader?
I never use python before, but apparently your program has some dependencies which must be downloaded too. When I download a dependency that is missing, it says another dependency is missing, and so on until I got tired. Is there an executable that I can just run? or is there a list of dependency that I need to download?</description>
		<content:encoded><![CDATA[<p>Hi colin,<br />
do you have an executable for this downloader?<br />
I never use python before, but apparently your program has some dependencies which must be downloaded too. When I download a dependency that is missing, it says another dependency is missing, and so on until I got tired. Is there an executable that I can just run? or is there a list of dependency that I need to download?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chat History Downloader by Scooby</title>
		<link>http://collincode.wordpress.com/2009/07/20/google-chat-history-downloader/#comment-70</link>
		<dc:creator>Scooby</dc:creator>
		<pubDate>Wed, 09 Sep 2009 09:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://collincode.wordpress.com/?p=137#comment-70</guid>
		<description>Hi folks,

Thanks for all your work on this functionality.  

New to Python, I&#039;m trying to give this a whirl myself.  I ran into trouble with installing the pysqlite2 package.  So a heads up to anyone else out there with Snow Leopard (I think this is where the issue is).

I got this error during the build:
&quot;/Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory&quot;

However, the stdarg.h file does exist...

I searched around for stdarg.h errors and came across this: http://blog.coredumped.org/2009_09_01_archive.html
Moyer says:  &quot;you have to change your default compiler from gcc 4.2 to gcc 4.0. This can be done by removing the symlink file in /usr/bin/gcc and re-linking that to gcc-4.0. This can be done by doing:

sudo rm /usr/bin/gcc
sudo ln -s /usr/bin/gcc-4.0 /usr/bin/gcc

&quot;
This worked for me.  After spending waaaaay too much time trying to figure this one out, I hope this might save someone else the trouble...

peace!</description>
		<content:encoded><![CDATA[<p>Hi folks,</p>
<p>Thanks for all your work on this functionality.  </p>
<p>New to Python, I&#8217;m trying to give this a whirl myself.  I ran into trouble with installing the pysqlite2 package.  So a heads up to anyone else out there with Snow Leopard (I think this is where the issue is).</p>
<p>I got this error during the build:<br />
&#8220;/Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory&#8221;</p>
<p>However, the stdarg.h file does exist&#8230;</p>
<p>I searched around for stdarg.h errors and came across this: <a href="http://blog.coredumped.org/2009_09_01_archive.html" rel="nofollow">http://blog.coredumped.org/2009_09_01_archive.html</a><br />
Moyer says:  &#8220;you have to change your default compiler from gcc 4.2 to gcc 4.0. This can be done by removing the symlink file in /usr/bin/gcc and re-linking that to gcc-4.0. This can be done by doing:</p>
<p>sudo rm /usr/bin/gcc<br />
sudo ln -s /usr/bin/gcc-4.0 /usr/bin/gcc</p>
<p>&#8221;<br />
This worked for me.  After spending waaaaay too much time trying to figure this one out, I hope this might save someone else the trouble&#8230;</p>
<p>peace!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chat History Downloader by Crible-Crable</title>
		<link>http://collincode.wordpress.com/2009/07/20/google-chat-history-downloader/#comment-69</link>
		<dc:creator>Crible-Crable</dc:creator>
		<pubDate>Fri, 04 Sep 2009 10:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://collincode.wordpress.com/?p=137#comment-69</guid>
		<description>Bingo!

The only things I haven&#039;t tried before were
1. basic HTML interface
2. closing the browser before starting the script

Tried these as you suggested - unfortunately together and not one by one - and everything worked! Then I restored the standard interface and kept the browser open and tried again, but the problem didn&#039;t return, it just worked. I guess my browser was indeed stubborn!

Thank you so much for your help, good luck :)

Crible</description>
		<content:encoded><![CDATA[<p>Bingo!</p>
<p>The only things I haven&#8217;t tried before were<br />
1. basic HTML interface<br />
2. closing the browser before starting the script</p>
<p>Tried these as you suggested &#8211; unfortunately together and not one by one &#8211; and everything worked! Then I restored the standard interface and kept the browser open and tried again, but the problem didn&#8217;t return, it just worked. I guess my browser was indeed stubborn!</p>
<p>Thank you so much for your help, good luck :)</p>
<p>Crible</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chat History Downloader by Raccoonette</title>
		<link>http://collincode.wordpress.com/2009/07/20/google-chat-history-downloader/#comment-68</link>
		<dc:creator>Raccoonette</dc:creator>
		<pubDate>Fri, 04 Sep 2009 09:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://collincode.wordpress.com/?p=137#comment-68</guid>
		<description>That is weird... Even after removing all cookies, after setting https to NOT be used, loging out and in again with the remember me checkbox marked? What about the labels you are using? Do they have any special character? And could you try the setting marking Gmail to use the simple HTML interface?

I don&#039;t think that it has to do with any supplementary packages, as the redirection text you are getting from Google seems to indicate that the problem is with the cookies. It tries to recognize the cookie, doesn&#039;t get the expected response, and tries to redirect you to the authentication page again. But if you want to make sure, tell me the versions of the supplemental packages you have so that I can compare with mine.

But before that, I ask you to try again to clear the cookies, log in, change all settings about https and the html interface, log out, clear the cookies and cache again, close the browser, log in again, close the browser and try to run the script. Maybe your browser is just being stubborn!

Good luck!</description>
		<content:encoded><![CDATA[<p>That is weird&#8230; Even after removing all cookies, after setting https to NOT be used, loging out and in again with the remember me checkbox marked? What about the labels you are using? Do they have any special character? And could you try the setting marking Gmail to use the simple HTML interface?</p>
<p>I don&#8217;t think that it has to do with any supplementary packages, as the redirection text you are getting from Google seems to indicate that the problem is with the cookies. It tries to recognize the cookie, doesn&#8217;t get the expected response, and tries to redirect you to the authentication page again. But if you want to make sure, tell me the versions of the supplemental packages you have so that I can compare with mine.</p>
<p>But before that, I ask you to try again to clear the cookies, log in, change all settings about https and the html interface, log out, clear the cookies and cache again, close the browser, log in again, close the browser and try to run the script. Maybe your browser is just being stubborn!</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chat History Downloader by Crible-Crable</title>
		<link>http://collincode.wordpress.com/2009/07/20/google-chat-history-downloader/#comment-67</link>
		<dc:creator>Crible-Crable</dc:creator>
		<pubDate>Fri, 04 Sep 2009 08:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://collincode.wordpress.com/?p=137#comment-67</guid>
		<description>Bump. It looked so promising!!! But if fact I&#039;m having the same problem. Will try it on another PC as well as on this PC, but with a different account and let you know. 

Could it be that I installed any of the required python supplementary pakages incorrectly? I assume I would be getting different sorts of error messages...

Many thanks!</description>
		<content:encoded><![CDATA[<p>Bump. It looked so promising!!! But if fact I&#8217;m having the same problem. Will try it on another PC as well as on this PC, but with a different account and let you know. </p>
<p>Could it be that I installed any of the required python supplementary pakages incorrectly? I assume I would be getting different sorts of error messages&#8230;</p>
<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chat History Downloader by Raccoonette</title>
		<link>http://collincode.wordpress.com/2009/07/20/google-chat-history-downloader/#comment-66</link>
		<dc:creator>Raccoonette</dc:creator>
		<pubDate>Fri, 04 Sep 2009 07:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://collincode.wordpress.com/?p=137#comment-66</guid>
		<description>An updated version of the script with instructions to overcome the problem that Crible-Crable had is available at http://tinypaste.com/c1689. The script remains the same, only the instructions are more detailed.</description>
		<content:encoded><![CDATA[<p>An updated version of the script with instructions to overcome the problem that Crible-Crable had is available at <a href="http://tinypaste.com/c1689" rel="nofollow">http://tinypaste.com/c1689</a>. The script remains the same, only the instructions are more detailed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chat History Downloader by Raccoonette</title>
		<link>http://collincode.wordpress.com/2009/07/20/google-chat-history-downloader/#comment-65</link>
		<dc:creator>Raccoonette</dc:creator>
		<pubDate>Fri, 04 Sep 2009 07:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://collincode.wordpress.com/?p=137#comment-65</guid>
		<description>Okay, I think I know what is the problem. You might have the setting &quot;Always use https&quot; checked inside Gmail. That option prevents you from accessing Gmail from an unencrypted connection, which is what the script is trying to do.

So, log in to Gmail, go to Settings, tab General, and mark the radio button &quot;Don&#039;t always use https&quot;. To make sure that you&#039;ll have the right cookies, log out, clear the cookies (or at least the Gmail cookies), log in again marking the &quot;Stay signed in&quot; option in the login page.

I hope it works now!
Cheers!</description>
		<content:encoded><![CDATA[<p>Okay, I think I know what is the problem. You might have the setting &#8220;Always use https&#8221; checked inside Gmail. That option prevents you from accessing Gmail from an unencrypted connection, which is what the script is trying to do.</p>
<p>So, log in to Gmail, go to Settings, tab General, and mark the radio button &#8220;Don&#8217;t always use https&#8221;. To make sure that you&#8217;ll have the right cookies, log out, clear the cookies (or at least the Gmail cookies), log in again marking the &#8220;Stay signed in&#8221; option in the login page.</p>
<p>I hope it works now!<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chat History Downloader by Crible-Crable</title>
		<link>http://collincode.wordpress.com/2009/07/20/google-chat-history-downloader/#comment-64</link>
		<dc:creator>Crible-Crable</dc:creator>
		<pubDate>Fri, 04 Sep 2009 07:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://collincode.wordpress.com/?p=137#comment-64</guid>
		<description>Hi David and Raccoonette-a-she :)

I&#039;m definitely logged in and have remember me checked, I&#039;m using Firefox 3.0.13 (btw, tried with 3.5 - program says &quot;pysqlite2._sqlite.OperationalError: database is locked&quot;), also I&#039;m definitely pointing the program to correct cookies.sqlite file, but I&#039;m still getting the same results :(

Tried clearing the cookies via Clear Private Data and even rudely deleting the file - same stuff :(</description>
		<content:encoded><![CDATA[<p>Hi David and Raccoonette-a-she :)</p>
<p>I&#8217;m definitely logged in and have remember me checked, I&#8217;m using Firefox 3.0.13 (btw, tried with 3.5 &#8211; program says &#8220;pysqlite2._sqlite.OperationalError: database is locked&#8221;), also I&#8217;m definitely pointing the program to correct cookies.sqlite file, but I&#8217;m still getting the same results :(</p>
<p>Tried clearing the cookies via Clear Private Data and even rudely deleting the file &#8211; same stuff :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chat History Downloader by Raccoonette</title>
		<link>http://collincode.wordpress.com/2009/07/20/google-chat-history-downloader/#comment-63</link>
		<dc:creator>Raccoonette</dc:creator>
		<pubDate>Sat, 29 Aug 2009 17:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://collincode.wordpress.com/?p=137#comment-63</guid>
		<description>Hello, Crible-Crable,

it is exactly like David said: it&#039;s a problem with the cookies, Gmail is not recognizing you as signed in. You have to mark the &quot;remember me&quot; option when logging in to Gmail in Firefox 3 (I really don&#039;t know if it works with Firefox 3.5 and definitely it won&#039;t work with a cookie file from other browsers). The browser doesn&#039;t even need to be open, as long as the cookie to stay signed in is set. Let me know if this fixes the issue and good luck =)

@David: I&#039;m a &quot;she&quot; ;)</description>
		<content:encoded><![CDATA[<p>Hello, Crible-Crable,</p>
<p>it is exactly like David said: it&#8217;s a problem with the cookies, Gmail is not recognizing you as signed in. You have to mark the &#8220;remember me&#8221; option when logging in to Gmail in Firefox 3 (I really don&#8217;t know if it works with Firefox 3.5 and definitely it won&#8217;t work with a cookie file from other browsers). The browser doesn&#8217;t even need to be open, as long as the cookie to stay signed in is set. Let me know if this fixes the issue and good luck =)</p>
<p>@David: I&#8217;m a &#8220;she&#8221; ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
