<?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: Making Python plugins easier</title>
	<atom:link href="http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/</link>
	<description>www.thinkhole.org</description>
	<lastBuildDate>Tue, 02 Feb 2010 16:30:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: acoster.net</title>
		<link>http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/comment-page-1/#comment-4685</link>
		<dc:creator>acoster.net</dc:creator>
		<pubDate>Sun, 02 Jul 2006 13:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/#comment-4685</guid>
		<description>&lt;strong&gt;slbot.py...&lt;/strong&gt;

Ok. The new ScoutLink bot will be in Python. Why? Because coding one in C is a living hell   and because Python is cool (guess I&#8217;ve changed my mind about Python these days). Anyway, while looking for a plugins tutorial, I&#8217;ve came across thi...</description>
		<content:encoded><![CDATA[<p><strong>slbot.py&#8230;</strong></p>
<p>Ok. The new ScoutLink bot will be in Python. Why? Because coding one in C is a living hell   and because Python is cool (guess I&#8217;ve changed my mind about Python these days). Anyway, while looking for a plugins tutorial, I&#8217;ve came across thi&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acoster.net &#187; Blog Archive &#187; slbot.py</title>
		<link>http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/comment-page-1/#comment-4684</link>
		<dc:creator>acoster.net &#187; Blog Archive &#187; slbot.py</dc:creator>
		<pubDate>Sun, 02 Jul 2006 13:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/#comment-4684</guid>
		<description>[...] Ok. The new ScoutLink bot will be in Python. Why? Because coding one in C is a living hell  and because Python is cool (guess I&#8217;ve changed my mind about Python these days). Anyway, while looking for a plugins tutorial, I&#8217;ve came across this post: Making Python plugins easier. This guy was working on an IRC bot too, by the way&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Ok. The new ScoutLink bot will be in Python. Why? Because coding one in C is a living hell  and because Python is cool (guess I&#8217;ve changed my mind about Python these days). Anyway, while looking for a plugins tutorial, I&#8217;ve came across this post: Making Python plugins easier. This guy was working on an IRC bot too, by the way&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Dangoor</title>
		<link>http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/comment-page-1/#comment-3611</link>
		<dc:creator>Kevin Dangoor</dc:creator>
		<pubDate>Tue, 13 Jun 2006 10:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/#comment-3611</guid>
		<description>You should check out setuptools for doing plugins. It&#039;s actually one of the major features of Python Eggs. If you take TurboGears widgets, for example, you can do:

easy_install Lightbox
tg-admin toolbox

The first command installs the Lightbox and Scriptaculous widgets (because of dependencies). The second command will run the Toolbox which has a &quot;widget browser&quot;. Both Lightbox and Scriptaculous will show up there... no configuration needed. no dropping in special directories, either!</description>
		<content:encoded><![CDATA[<p>You should check out setuptools for doing plugins. It&#8217;s actually one of the major features of Python Eggs. If you take TurboGears widgets, for example, you can do:</p>
<p>easy_install Lightbox<br />
tg-admin toolbox</p>
<p>The first command installs the Lightbox and Scriptaculous widgets (because of dependencies). The second command will run the Toolbox which has a &#8220;widget browser&#8221;. Both Lightbox and Scriptaculous will show up there&#8230; no configuration needed. no dropping in special directories, either!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: import this. &#187; Blog Archive &#187; Dynamic module loading</title>
		<link>http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/comment-page-1/#comment-3601</link>
		<dc:creator>import this. &#187; Blog Archive &#187; Dynamic module loading</dc:creator>
		<pubDate>Mon, 12 Jun 2006 23:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/#comment-3601</guid>
		<description>[...] I&#8217;ve looked into this subject before (here and here), but all the solutions seemed to be well beyond my Python skills at the time. Maybe it&#8217;s time to revist it. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve looked into this subject before (here and here), but all the solutions seemed to be well beyond my Python skills at the time. Maybe it&#8217;s time to revist it. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/comment-page-1/#comment-315</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 05 Apr 2006 03:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/#comment-315</guid>
		<description>Got it installed tonight, but didn&#039;t get a chance to try it out. I can import the module ok though. :) 

Maybe tomorrow.</description>
		<content:encoded><![CDATA[<p>Got it installed tonight, but didn&#8217;t get a chance to try it out. I can import the module ok though. :) </p>
<p>Maybe tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/comment-page-1/#comment-313</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 05 Apr 2006 00:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/#comment-313</guid>
		<description>Whoa, awesome! 

I certainly didn&#039;t mean you had to update your website just because of me. :) But much appreciated. I&#039;ll check that out this week (hopefully tonight)!

Thanks,
John</description>
		<content:encoded><![CDATA[<p>Whoa, awesome! </p>
<p>I certainly didn&#8217;t mean you had to update your website just because of me. :) But much appreciated. I&#8217;ll check that out this week (hopefully tonight)!</p>
<p>Thanks,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Smith</title>
		<link>http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/comment-page-1/#comment-308</link>
		<dc:creator>Andy Smith</dc:creator>
		<pubDate>Tue, 04 Apr 2006 14:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/#comment-308</guid>
		<description>Alright, here ya go: http://termie.pbwiki.com/SprinklesPy</description>
		<content:encoded><![CDATA[<p>Alright, here ya go: <a href="http://termie.pbwiki.com/SprinklesPy" rel="nofollow">http://termie.pbwiki.com/SprinklesPy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Smith</title>
		<link>http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/comment-page-1/#comment-307</link>
		<dc:creator>Andy Smith</dc:creator>
		<pubDate>Tue, 04 Apr 2006 12:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/#comment-307</guid>
		<description>Hey there, sorry about being unable to navigate my site, I&#039;ve been a bit lazy about fleshing out my wiki, and even actually updating the docs for this most recent version of sprinkles. But, since I am a sucker for attention, I&#039;ll go clean that stuff up now and post another comment when it is ...  presentable.</description>
		<content:encoded><![CDATA[<p>Hey there, sorry about being unable to navigate my site, I&#8217;ve been a bit lazy about fleshing out my wiki, and even actually updating the docs for this most recent version of sprinkles. But, since I am a sucker for attention, I&#8217;ll go clean that stuff up now and post another comment when it is &#8230;  presentable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Lindsay</title>
		<link>http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/comment-page-1/#comment-306</link>
		<dc:creator>Jeff Lindsay</dc:creator>
		<pubDate>Tue, 04 Apr 2006 12:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/04/04/making-python-plugins-easier/#comment-306</guid>
		<description>Funny, I know the guy. He uses it quite often from what I hear. He&#039;s very accessible... talk to him. :P</description>
		<content:encoded><![CDATA[<p>Funny, I know the guy. He uses it quite often from what I hear. He&#8217;s very accessible&#8230; talk to him. :P</p>
]]></content:encoded>
	</item>
</channel>
</rss>
