<?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 for Rachel's Blog</title>
	<atom:link href="http://www.willmer.com/kb/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willmer.com/kb</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jul 2010 13:36:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Printing to Windows XP printer from Ubuntu by Brother HL-2040 laser printer under Ubuntu (mini-review) &#171; Nick</title>
		<link>http://www.willmer.com/kb/2005/05/printing-to-windows-xp-printer-from-ubuntu/comment-page-2/#comment-46111</link>
		<dc:creator>Brother HL-2040 laser printer under Ubuntu (mini-review) &#171; Nick</dc:creator>
		<pubDate>Thu, 01 Jul 2010 13:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2005/05/printing-to-windows-xp-printer-from-ubuntu/#comment-46111</guid>
		<description>[...] The tricky bit was finding the correct driver. The HL-2040 wasn&#8217;t listed in the printer selection dialogue, so I did a quick google to find a compatible printer driver. Got all the info I needed in a reply to a post on Rachel&#8217;s Knowledge Base [...]</description>
		<content:encoded><![CDATA[<p>[...] The tricky bit was finding the correct driver. The HL-2040 wasn&#8217;t listed in the printer selection dialogue, so I did a quick google to find a compatible printer driver. Got all the info I needed in a reply to a post on Rachel&#8217;s Knowledge Base [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UnicodeDecodeError using BeautifulSoup by Catherine Devlin</title>
		<link>http://www.willmer.com/kb/2008/08/unicodedecodeerror-using-beautifulsoup/comment-page-1/#comment-45427</link>
		<dc:creator>Catherine Devlin</dc:creator>
		<pubDate>Mon, 05 Apr 2010 13:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2008/08/unicodedecodeerror-using-beautifulsoup/#comment-45427</guid>
		<description>I&#039;m not sure whether the cause is the same, but in Python 2.6, BeautifulSoup is still throwing UnicodeDecodeErrors on valid UTF-8 documents (speciifically, the contents of pypi.python.org).  You can work around it by omitting everything past ASCII with BeautifulSoup.BeautifulSoup(text.decode(&#039;ascii&#039;, &#039;ignore&#039;))... but, of course, you lose data that way.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure whether the cause is the same, but in Python 2.6, BeautifulSoup is still throwing UnicodeDecodeErrors on valid UTF-8 documents (speciifically, the contents of pypi.python.org).  You can work around it by omitting everything past ASCII with BeautifulSoup.BeautifulSoup(text.decode(&#8216;ascii&#8217;, &#8216;ignore&#8217;))&#8230; but, of course, you lose data that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash: test for undefined variable by Niranjan</title>
		<link>http://www.willmer.com/kb/2007/08/bash-test-for-undefined-variable/comment-page-1/#comment-45106</link>
		<dc:creator>Niranjan</dc:creator>
		<pubDate>Mon, 25 Jan 2010 13:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2007/08/bash-test-for-undefined-variable/#comment-45106</guid>
		<description>A VAR could take on teh following values:

VAR=
VAR=&quot;&quot; (Same as above)
VAR=&quot; &quot;, and
VAR=&quot;something&quot; (which is same as #3, VAR=&quot; &quot;)

The solution has to defend against all these options. 

Assuming (Big assumption) that VAR&#039;s value is always greater than a single alpha-numeric, one can test for the length of VAR.</description>
		<content:encoded><![CDATA[<p>A VAR could take on teh following values:</p>
<p>VAR=<br />
VAR=&#8221;" (Same as above)<br />
VAR=&#8221; &#8220;, and<br />
VAR=&#8221;something&#8221; (which is same as #3, VAR=&#8221; &#8220;)</p>
<p>The solution has to defend against all these options. </p>
<p>Assuming (Big assumption) that VAR&#8217;s value is always greater than a single alpha-numeric, one can test for the length of VAR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;AttributeError: &#8216;module&#8217; object has no attribute &#8216;blah&#8217;&#8221; by Pete</title>
		<link>http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/comment-page-1/#comment-45001</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/#comment-45001</guid>
		<description>thanks.  my problem was that i had two versions of a python package (numpy).  i was trying to invoke a method that was only in the new one, however it found the old package first, so it couldn&#039;t locate the new method.

anyway, your post got me looking in the right direction :)</description>
		<content:encoded><![CDATA[<p>thanks.  my problem was that i had two versions of a python package (numpy).  i was trying to invoke a method that was only in the new one, however it found the old package first, so it couldn&#8217;t locate the new method.</p>
<p>anyway, your post got me looking in the right direction <img src='http://www.willmer.com/kb/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on things I hate: companies who won&#8217;t let you leave them by Rachel</title>
		<link>http://www.willmer.com/kb/2009/09/things-i-hate-companies-who-wont-let-you-leave-them/comment-page-1/#comment-44594</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Mon, 21 Dec 2009 10:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2009/09/things-i-hate-companies-who-wont-let-you-leave-them/#comment-44594</guid>
		<description>Oh I won, all right.

Once the telephone line got disconnected, and I put in an official complaint, they caved fairly quickly. But what a pain...</description>
		<content:encoded><![CDATA[<p>Oh I won, all right.</p>
<p>Once the telephone line got disconnected, and I put in an official complaint, they caved fairly quickly. But what a pain&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on things I hate: companies who won&#8217;t let you leave them by Bozo</title>
		<link>http://www.willmer.com/kb/2009/09/things-i-hate-companies-who-wont-let-you-leave-them/comment-page-1/#comment-44538</link>
		<dc:creator>Bozo</dc:creator>
		<pubDate>Thu, 17 Dec 2009 00:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2009/09/things-i-hate-companies-who-wont-let-you-leave-them/#comment-44538</guid>
		<description>Apparently Rachel&#039;s efforts to terminate her internet worked as this was her last post :-)</description>
		<content:encoded><![CDATA[<p>Apparently Rachel&#8217;s efforts to terminate her internet worked as this was her last post <img src='http://www.willmer.com/kb/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Printing to Windows XP printer from Ubuntu by Pari</title>
		<link>http://www.willmer.com/kb/2005/05/printing-to-windows-xp-printer-from-ubuntu/comment-page-2/#comment-43847</link>
		<dc:creator>Pari</dc:creator>
		<pubDate>Wed, 11 Nov 2009 05:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2005/05/printing-to-windows-xp-printer-from-ubuntu/#comment-43847</guid>
		<description>whoops... i meant to say i used the ip address of my computer for the &quot;host&quot;</description>
		<content:encoded><![CDATA[<p>whoops&#8230; i meant to say i used the ip address of my computer for the &#8220;host&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Printing to Windows XP printer from Ubuntu by Pari</title>
		<link>http://www.willmer.com/kb/2005/05/printing-to-windows-xp-printer-from-ubuntu/comment-page-2/#comment-43846</link>
		<dc:creator>Pari</dc:creator>
		<pubDate>Wed, 11 Nov 2009 05:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2005/05/printing-to-windows-xp-printer-from-ubuntu/#comment-43846</guid>
		<description>If it helps anybody, i used the ip address of my computer for the 
I was having a lot of problems with the verification. The guest account fixed that for me. Thanks!</description>
		<content:encoded><![CDATA[<p>If it helps anybody, i used the ip address of my computer for the<br />
I was having a lot of problems with the verification. The guest account fixed that for me. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;AttributeError: &#8216;module&#8217; object has no attribute &#8216;blah&#8217;&#8221; by aksegaly</title>
		<link>http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/comment-page-1/#comment-43510</link>
		<dc:creator>aksegaly</dc:creator>
		<pubDate>Sat, 24 Oct 2009 21:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/#comment-43510</guid>
		<description>this is my error
attributeerror â€˜moduleâ€™ object has no attribute system
affer the compilation
help meâ€¦</description>
		<content:encoded><![CDATA[<p>this is my error<br />
attributeerror â€˜moduleâ€™ object has no attribute system<br />
affer the compilation<br />
help meâ€¦</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;AttributeError: &#8216;module&#8217; object has no attribute &#8216;blah&#8217;&#8221; by aksegaly</title>
		<link>http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/comment-page-1/#comment-43509</link>
		<dc:creator>aksegaly</dc:creator>
		<pubDate>Sat, 24 Oct 2009 21:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/#comment-43509</guid>
		<description>this is my error
attributeerror â€˜moduleâ€™ object has no attribute system
helpâ€¦</description>
		<content:encoded><![CDATA[<p>this is my error<br />
attributeerror â€˜moduleâ€™ object has no attribute system<br />
helpâ€¦</p>
]]></content:encoded>
	</item>
</channel>
</rss>
