<?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: So does this exception come with a map, and some food?</title>
	<atom:link href="http://jessenoller.com/2008/08/08/so-does-this-exception-come-with-a-map-and-some-food/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessenoller.com/2008/08/08/so-does-this-exception-come-with-a-map-and-some-food/</link>
	<description>python, programming and other things</description>
	<lastBuildDate>Sun, 04 Mar 2012 06:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pawel Murias</title>
		<link>http://jessenoller.com/2008/08/08/so-does-this-exception-come-with-a-map-and-some-food/comment-page-1/#comment-139223</link>
		<dc:creator>Pawel Murias</dc:creator>
		<pubDate>Sat, 09 Aug 2008 01:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=291#comment-139223</guid>
		<description>The error sounds perfectly reasonable if you know what metaclasses are and provided it&#039;s an issue with them</description>
		<content:encoded><![CDATA[<p>The error sounds perfectly reasonable if you know what metaclasses are and provided it’s an issue with them</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Smith</title>
		<link>http://jessenoller.com/2008/08/08/so-does-this-exception-come-with-a-map-and-some-food/comment-page-1/#comment-139222</link>
		<dc:creator>Kevin Smith</dc:creator>
		<pubDate>Fri, 08 Aug 2008 22:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=291#comment-139222</guid>
		<description>ROFL that&#039;s awesome.</description>
		<content:encoded><![CDATA[<p>ROFL that’s awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2008/08/08/so-does-this-exception-come-with-a-map-and-some-food/comment-page-1/#comment-139221</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Fri, 08 Aug 2008 21:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=291#comment-139221</guid>
		<description>Yes, this stems from fubaring your inheritance/metaclasses. Interestingly enough plug/ there was a pymag article this past month trying to demystify metaclasses: I highly recommend it /plug. Of course, you&#039;re right - the error should match the difficulty of the code.&lt;br&gt;&lt;br&gt;Of course, where does that put something like threading? &quot;Error: No, don&#039;t share state, you&#039;re screwed anyways. Quit now&quot; :)</description>
		<content:encoded><![CDATA[<p>Yes, this stems from fubaring your inheritance/metaclasses. Interestingly enough plug/ there was a pymag article this past month trying to demystify metaclasses: I highly recommend it /plug. Of course, you’re right — the error should match the difficulty of the code.</p>
<p>Of course, where does that put something like threading? “Error: No, don’t share state, you’re screwed anyways. Quit now” :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Napoleone</title>
		<link>http://jessenoller.com/2008/08/08/so-does-this-exception-come-with-a-map-and-some-food/comment-page-1/#comment-139220</link>
		<dc:creator>Doug Napoleone</dc:creator>
		<pubDate>Fri, 08 Aug 2008 21:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=291#comment-139220</guid>
		<description>The error thrown need only be one order of magnitude easier to understand than the language feature you are using which is causing the problem. Given that this is python metaclasses we are talking about, I would say that the error message is much clearer than expected ;-)&lt;br&gt;&lt;br&gt;I cant remember where I last saw this error, but it was eather caused by multiple inheritance (with metaclasses and improper super use when dealing with them), and/or mixing old and new style classes with metaclasses. Remember your (object).&lt;br&gt;&lt;br&gt;I would be interested to see the code causing the problem, and what the actual issue is.&lt;br&gt;But then again, I don&#039;t think I want to hurt my head like that....</description>
		<content:encoded><![CDATA[<p>The error thrown need only be one order of magnitude easier to understand than the language feature you are using which is causing the problem. Given that this is python metaclasses we are talking about, I would say that the error message is much clearer than expected ;-)</p>
<p>I cant remember where I last saw this error, but it was eather caused by multiple inheritance (with metaclasses and improper super use when dealing with them), and/or mixing old and new style classes with metaclasses. Remember your (object).</p>
<p>I would be interested to see the code causing the problem, and what the actual issue is.<br />But then again, I don’t think I want to hurt my head like that.…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel Murias</title>
		<link>http://jessenoller.com/2008/08/08/so-does-this-exception-come-with-a-map-and-some-food/comment-page-1/#comment-62351</link>
		<dc:creator>Pawel Murias</dc:creator>
		<pubDate>Fri, 08 Aug 2008 21:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=291#comment-62351</guid>
		<description>The error sounds perfectly reasonable if you know what metaclasses are and provided it&#039;s an issue with them</description>
		<content:encoded><![CDATA[<p>The error sounds perfectly reasonable if you know what metaclasses are and provided it’s an issue with them</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Smith</title>
		<link>http://jessenoller.com/2008/08/08/so-does-this-exception-come-with-a-map-and-some-food/comment-page-1/#comment-62350</link>
		<dc:creator>Kevin Smith</dc:creator>
		<pubDate>Fri, 08 Aug 2008 18:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=291#comment-62350</guid>
		<description>ROFL that&#039;s awesome.</description>
		<content:encoded><![CDATA[<p>ROFL that’s awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2008/08/08/so-does-this-exception-come-with-a-map-and-some-food/comment-page-1/#comment-62349</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Fri, 08 Aug 2008 17:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=291#comment-62349</guid>
		<description>Yes, this stems from fubaring your inheritance/metaclasses. Interestingly enough plug/ there was a pymag article this past month trying to demystify metaclasses: I highly recommend it /plug. Of course, you&#039;re right - the error should match the difficulty of the code.&lt;br&gt;&lt;br&gt;Of course, where does that put something like threading? &quot;Error: No, don&#039;t share state, you&#039;re screwed anyways. Quit now&quot; :)</description>
		<content:encoded><![CDATA[<p>Yes, this stems from fubaring your inheritance/metaclasses. Interestingly enough plug/ there was a pymag article this past month trying to demystify metaclasses: I highly recommend it /plug. Of course, you’re right — the error should match the difficulty of the code.</p>
<p>Of course, where does that put something like threading? “Error: No, don’t share state, you’re screwed anyways. Quit now” :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Napoleone</title>
		<link>http://jessenoller.com/2008/08/08/so-does-this-exception-come-with-a-map-and-some-food/comment-page-1/#comment-62348</link>
		<dc:creator>Doug Napoleone</dc:creator>
		<pubDate>Fri, 08 Aug 2008 17:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=291#comment-62348</guid>
		<description>The error thrown need only be one order of magnitude easier to understand than the language feature you are using which is causing the problem. Given that this is python metaclasses we are talking about, I would say that the error message is much clearer than expected ;-)&lt;br&gt;&lt;br&gt;I cant remember where I last saw this error, but it was eather caused by multiple inheritance (with metaclasses and improper super use when dealing with them), and/or mixing old and new style classes with metaclasses. Remember your (object).&lt;br&gt;&lt;br&gt;I would be interested to see the code causing the problem, and what the actual issue is.&lt;br&gt;But then again, I don&#039;t think I want to hurt my head like that....</description>
		<content:encoded><![CDATA[<p>The error thrown need only be one order of magnitude easier to understand than the language feature you are using which is causing the problem. Given that this is python metaclasses we are talking about, I would say that the error message is much clearer than expected ;-)</p>
<p>I cant remember where I last saw this error, but it was eather caused by multiple inheritance (with metaclasses and improper super use when dealing with them), and/or mixing old and new style classes with metaclasses. Remember your (object).</p>
<p>I would be interested to see the code causing the problem, and what the actual issue is.<br />But then again, I don’t think I want to hurt my head like that.…</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 695/695 objects using disk: basic

Served from: jessenoller.com @ 2012-05-21 07:15:04 -->
