<?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: Updating your Twitter Avatar from Acorn</title>
	<atom:link href="http://developer.casgrain.com/?feed=rss2&#038;p=5" rel="self" type="application/rss+xml" />
	<link>http://developer.casgrain.com/?p=5</link>
	<description>Helping you write better Mac software</description>
	<lastBuildDate>Tue, 20 Jul 2010 01:46:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ram</title>
		<link>http://developer.casgrain.com/?p=5&#038;cpage=1#comment-336</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Mon, 10 Nov 2008 05:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://developer.casgrain.com/?p=5#comment-336</guid>
		<description>Looks like the Ruby script is broken?

NoMethodError: undefined method `username_or_email=&#039; for #
        from /usr/lib/ruby/gems/1.8/gems/mechanize-0.8.4/lib/www/mechanize/form.rb:130:in `method_missing&#039;
        from (irb):10

Is there a good fix?</description>
		<content:encoded><![CDATA[<p>Looks like the Ruby script is broken?</p>
<p>NoMethodError: undefined method `username_or_email=&#8217; for #<br />
        from /usr/lib/ruby/gems/1.8/gems/mechanize-0.8.4/lib/www/mechanize/form.rb:130:in `method_missing&#8217;<br />
        from (irb):10</p>
<p>Is there a good fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Chartier</title>
		<link>http://developer.casgrain.com/?p=5&#038;cpage=1#comment-16</link>
		<dc:creator>David Chartier</dc:creator>
		<pubDate>Wed, 26 Mar 2008 05:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://developer.casgrain.com/?p=5#comment-16</guid>
		<description>Yep, didn&#039;t realized the developer tools were needed for this. Thanks for the advice Nathan. Worked perfectly.</description>
		<content:encoded><![CDATA[<p>Yep, didn&#8217;t realized the developer tools were needed for this. Thanks for the advice Nathan. Worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Henderson</title>
		<link>http://developer.casgrain.com/?p=5&#038;cpage=1#comment-15</link>
		<dc:creator>Nathan Henderson</dc:creator>
		<pubDate>Fri, 21 Mar 2008 21:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://developer.casgrain.com/?p=5#comment-15</guid>
		<description>@David install the Mac OS X Developer Tools, then retry.</description>
		<content:encoded><![CDATA[<p>@David install the Mac OS X Developer Tools, then retry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caius Durling</title>
		<link>http://developer.casgrain.com/?p=5&#038;cpage=1#comment-14</link>
		<dc:creator>Caius Durling</dc:creator>
		<pubDate>Thu, 20 Mar 2008 21:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://developer.casgrain.com/?p=5#comment-14</guid>
		<description>Many thanks for this! Saw the idea bounced on twitter and then it seemed in no time at all it was live!

Used it to edit &amp; upload a new picture for myself[1] in honour of redcoatteam[2]

[1] http://twitter.com/caius
[2] http://twitter.com/redcoatteam</description>
		<content:encoded><![CDATA[<p>Many thanks for this! Saw the idea bounced on twitter and then it seemed in no time at all it was live!</p>
<p>Used it to edit &amp; upload a new picture for myself[1] in honour of redcoatteam[2]</p>
<p>[1] <a href="http://twitter.com/caius" rel="nofollow">http://twitter.com/caius</a><br />
[2] <a href="http://twitter.com/redcoatteam" rel="nofollow">http://twitter.com/redcoatteam</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Chartier</title>
		<link>http://developer.casgrain.com/?p=5&#038;cpage=1#comment-12</link>
		<dc:creator>David Chartier</dc:creator>
		<pubDate>Thu, 20 Mar 2008 15:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://developer.casgrain.com/?p=5#comment-12</guid>
		<description>Any idea what this Terminal error when trying to install the Ruby gem means?

ERROR:  Error installing mechanize:
ERROR: Failed to build gem native extension.

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb install mechanize
can&#039;t find header files for ruby.

I&#039;m on 10.5.2. Thanks.</description>
		<content:encoded><![CDATA[<p>Any idea what this Terminal error when trying to install the Ruby gem means?</p>
<p>ERROR:  Error installing mechanize:<br />
ERROR: Failed to build gem native extension.</p>
<p>/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb install mechanize<br />
can&#8217;t find header files for ruby.</p>
<p>I&#8217;m on 10.5.2. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://developer.casgrain.com/?p=5&#038;cpage=1#comment-11</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Thu, 20 Mar 2008 13:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://developer.casgrain.com/?p=5#comment-11</guid>
		<description>Python out of necessity (it&#039;s what Acorn uses) and ruby out of simplicity, since it allowed me to get it out the door yesterday.

I will probably refactor the plugin to use python&#039;s mechanize module, but I have to figure out how it works first...</description>
		<content:encoded><![CDATA[<p>Python out of necessity (it&#8217;s what Acorn uses) and ruby out of simplicity, since it allowed me to get it out the door yesterday.</p>
<p>I will probably refactor the plugin to use python&#8217;s mechanize module, but I have to figure out how it works first&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patch</title>
		<link>http://developer.casgrain.com/?p=5&#038;cpage=1#comment-9</link>
		<dc:creator>Patch</dc:creator>
		<pubDate>Thu, 20 Mar 2008 13:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://developer.casgrain.com/?p=5#comment-9</guid>
		<description>Hey, great work on this! I was just wondering, though, why you chose both a Ruby and a Python approach rather than one or the other? You say the Ruby program is &quot;for heavy lifting,&quot; but in fact, there&#039;s a Python mechanize module that allows similar functionality. I&#039;ve used it on a couple of datamining projects and it works well.</description>
		<content:encoded><![CDATA[<p>Hey, great work on this! I was just wondering, though, why you chose both a Ruby and a Python approach rather than one or the other? You say the Ruby program is &quot;for heavy lifting,&quot; but in fact, there&#8217;s a Python mechanize module that allows similar functionality. I&#8217;ve used it on a couple of datamining projects and it works well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
