<?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: Article published in Python Magazine</title>
	<atom:link href="http://www.michael-noll.com/blog/2009/03/13/article-published-in-python-magazine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michael-noll.com/blog/2009/03/13/article-published-in-python-magazine/</link>
	<description>My digital moleskine</description>
	<lastBuildDate>Sun, 07 Mar 2010 12:26:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael G. Noll</title>
		<link>http://www.michael-noll.com/blog/2009/03/13/article-published-in-python-magazine/comment-page-1/#comment-6073</link>
		<dc:creator>Michael G. Noll</dc:creator>
		<pubDate>Sun, 29 Mar 2009 20:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.michael-noll.com/blog/?p=269#comment-6073</guid>
		<description>Hello dberg, I sent you an email. --Michael</description>
		<content:encoded><![CDATA[<p>Hello dberg, I sent you an email. &#8211;Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dberg</title>
		<link>http://www.michael-noll.com/blog/2009/03/13/article-published-in-python-magazine/comment-page-1/#comment-6072</link>
		<dc:creator>dberg</dc:creator>
		<pubDate>Sun, 29 Mar 2009 20:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.michael-noll.com/blog/?p=269#comment-6072</guid>
		<description>Sorry to bother you again...

I am receiving the following response when issuing the user_profile = recommender.get_profile(user.tags) command
&lt;code&gt;&gt;&gt;&gt; user_profile = recommender.get_profile(user.tags)
Traceback (most recent call last):
  File &quot;&quot;, line 1, in 
    user_profile = recommender.get_profile(user.tags)
  File &quot;/home/dberg/Projects/Python/Delicious/recommender.py&quot;, line 34, in get_profile
    raw_feature = raw_feature.lower()
NameError: global name &#039;re&#039; is not defined&lt;/code&gt;

I tried importing re and rerunning the command. Any ideas on what is going wrong?

Many thanks.

dberg</description>
		<content:encoded><![CDATA[<p>Sorry to bother you again&#8230;</p>
<p>I am receiving the following response when issuing the user_profile = recommender.get_profile(user.tags) command</p>
<div class="codesnip-container" >&gt;&gt;&gt; user_profile = recommender.get_profile(user.tags)<br />
Traceback (most recent call last):<br />
  File &#8220;&#8221;, line 1, in<br />
    user_profile = recommender.get_profile(user.tags)<br />
  File &#8220;/home/dberg/Projects/Python/Delicious/recommender.py&#8221;, line 34, in get_profile<br />
    raw_feature = raw_feature.lower()<br />
NameError: global name &#8216;re&#8217; is not defined</div>
<p>I tried importing re and rerunning the command. Any ideas on what is going wrong?</p>
<p>Many thanks.</p>
<p>dberg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael G. Noll</title>
		<link>http://www.michael-noll.com/blog/2009/03/13/article-published-in-python-magazine/comment-page-1/#comment-6071</link>
		<dc:creator>Michael G. Noll</dc:creator>
		<pubDate>Sun, 29 Mar 2009 18:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.michael-noll.com/blog/?p=269#comment-6071</guid>
		<description>I&#039;m happy to hear it works for you now, and that my article was interesting enough to make you dive into Python. :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m happy to hear it works for you now, and that my article was interesting enough to make you dive into Python. <img src='http://www.michael-noll.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dberg</title>
		<link>http://www.michael-noll.com/blog/2009/03/13/article-published-in-python-magazine/comment-page-1/#comment-6070</link>
		<dc:creator>dberg</dc:creator>
		<pubDate>Sun, 29 Mar 2009 15:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.michael-noll.com/blog/?p=269#comment-6070</guid>
		<description>Thanks Michael --

 I have updated deliciousapi and it works fine. I am enjoying your article. This type of application is what got me interested in learning python.

Thanks again.

Dberg</description>
		<content:encoded><![CDATA[<p>Thanks Michael &#8211;</p>
<p> I have updated deliciousapi and it works fine. I am enjoying your article. This type of application is what got me interested in learning python.</p>
<p>Thanks again.</p>
<p>Dberg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael G. Noll</title>
		<link>http://www.michael-noll.com/blog/2009/03/13/article-published-in-python-magazine/comment-page-1/#comment-6060</link>
		<dc:creator>Michael G. Noll</dc:creator>
		<pubDate>Sat, 28 Mar 2009 23:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.michael-noll.com/blog/?p=269#comment-6060</guid>
		<description>Hello dberg,

looks like you discovered a bug in DeliciousAPI caused by bookmarks to which there weren&#039;t any tags assigned. I have fixed the problem in the latest DeliciousAPI version (v1.5.13).

Feel free to update DeliciousAPI, e.g. via
&lt;code&gt;easy_install -U DeliciousAPI&lt;/code&gt;
and try again. If you encounter any problems, just let me know.

Thanks for the report!
--Michael</description>
		<content:encoded><![CDATA[<p>Hello dberg,</p>
<p>looks like you discovered a bug in DeliciousAPI caused by bookmarks to which there weren&#8217;t any tags assigned. I have fixed the problem in the latest DeliciousAPI version (v1.5.13).</p>
<p>Feel free to update DeliciousAPI, e.g. via</p>
<div class="codesnip-container" >easy_install -U DeliciousAPI</div>
<p>and try again. If you encounter any problems, just let me know.</p>
<p>Thanks for the report!<br />
&#8211;Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dberg</title>
		<link>http://www.michael-noll.com/blog/2009/03/13/article-published-in-python-magazine/comment-page-1/#comment-6058</link>
		<dc:creator>dberg</dc:creator>
		<pubDate>Sat, 28 Mar 2009 22:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.michael-noll.com/blog/?p=269#comment-6058</guid>
		<description>Hello,
In your PyMag article under listing 2, you issue the command &quot;print user&quot; and you get back [Enivevoli] 789 bookmarks, ...

When I issue the command &quot;print user&quot; I get back 
&lt;code&gt;&gt;&gt;&gt; print user
Traceback (most recent call last):
  File &quot;&quot;, line 1, in 
    print user
  File &quot;/var/lib/python-support/python2.5/deliciousapi.py&quot;, line 106, in __str__
    total_tag_count += len(tags)
TypeError: object of type &#039;NoneType&#039; has no len()&lt;/code&gt;

Do you have any idea why I should get this error message?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
In your PyMag article under listing 2, you issue the command &#8220;print user&#8221; and you get back [Enivevoli] 789 bookmarks, &#8230;</p>
<p>When I issue the command &#8220;print user&#8221; I get back </p>
<div class="codesnip-container" >&gt;&gt;&gt; print user<br />
Traceback (most recent call last):<br />
  File &#8220;&#8221;, line 1, in<br />
    print user<br />
  File &#8220;/var/lib/python-support/python2.5/deliciousapi.py&#8221;, line 106, in __str__<br />
    total_tag_count += len(tags)<br />
TypeError: object of type &#8216;NoneType&#8217; has no len()</div>
<p>Do you have any idea why I should get this error message?<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
