<?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: Profiling SQL in Pylons with Dozer</title>
	<atom:link href="http://truefalsemaybe.com/2008/11/profiling-sql-in-pylons-with-dozer/feed/" rel="self" type="application/rss+xml" />
	<link>http://truefalsemaybe.com/2008/11/profiling-sql-in-pylons-with-dozer/</link>
	<description>tom longson's blog on software, design, and user experience</description>
	<lastBuildDate>Sun, 25 Sep 2011 01:47:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: oz49erfan</title>
		<link>http://truefalsemaybe.com/2008/11/profiling-sql-in-pylons-with-dozer/comment-page-1/#comment-544</link>
		<dc:creator>oz49erfan</dc:creator>
		<pubDate>Tue, 21 Dec 2010 22:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://truefalsemaybe.com/?p=68#comment-544</guid>
		<description>I had an issue importing PIL. so I had to do this:

http://groups.google.com/group/pylons-discuss/msg/0b085996384d4fe3

I experienced an issue with installing PIL v.1.1.7 for py2.6 on mac osx 
10.6.  The egg on pypi was mis-organized.  It installed fine but I would 
receive errors when I tried to import PIL.  It was easily rectified by 
adding a PIL directory below the installed egg directory.  Maybe you are 
experiencing the same problem? 
Here is what PIL looked like straight from pypi: 
Under the following directory was only one directory, EGG-INFO, and then all 
of the *.py files that make up the PIL library. 
site-packages/PIL-1.1.7-py2.6-macosx-10.6-universal.egg/ 
But for the importer to properly recognize the package it should look like 
the following with all the *.py files in the PIL directory: 
site-packages/PIL-1.1.7-py2.6-macosx-10.6-universal.egg/ 
    /EGG-INFO 
    /PIL 
Therefore, just create a PIL directory and move all the .py files there.</description>
		<content:encoded><![CDATA[<p>I had an issue importing PIL. so I had to do this:</p>
<p><a href="http://groups.google.com/group/pylons-discuss/msg/0b085996384d4fe3" rel="nofollow">http://groups.google.com/group/pylons-discuss/msg/0b085996384d4fe3</a></p>
<p>I experienced an issue with installing PIL v.1.1.7 for py2.6 on mac osx<br />
10.6.  The egg on pypi was mis-organized.  It installed fine but I would<br />
receive errors when I tried to import PIL.  It was easily rectified by<br />
adding a PIL directory below the installed egg directory.  Maybe you are<br />
experiencing the same problem?<br />
Here is what PIL looked like straight from pypi:<br />
Under the following directory was only one directory, EGG-INFO, and then all<br />
of the *.py files that make up the PIL library.<br />
site-packages/PIL-1.1.7-py2.6-macosx-10.6-universal.egg/<br />
But for the importer to properly recognize the package it should look like<br />
the following with all the *.py files in the PIL directory:<br />
site-packages/PIL-1.1.7-py2.6-macosx-10.6-universal.egg/<br />
    /EGG-INFO<br />
    /PIL<br />
Therefore, just create a PIL directory and move all the .py files there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Gedminas</title>
		<link>http://truefalsemaybe.com/2008/11/profiling-sql-in-pylons-with-dozer/comment-page-1/#comment-543</link>
		<dc:creator>Marius Gedminas</dc:creator>
		<pubDate>Sun, 19 Dec 2010 01:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://truefalsemaybe.com/?p=68#comment-543</guid>
		<description>Your screenshot looks much prettier than what I get from upstream Dozer.  Would you mind sharing the CSS with us?</description>
		<content:encoded><![CDATA[<p>Your screenshot looks much prettier than what I get from upstream Dozer.  Would you mind sharing the CSS with us?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martinknyc</title>
		<link>http://truefalsemaybe.com/2008/11/profiling-sql-in-pylons-with-dozer/comment-page-1/#comment-458</link>
		<dc:creator>martinknyc</dc:creator>
		<pubDate>Tue, 16 Feb 2010 11:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://truefalsemaybe.com/?p=68#comment-458</guid>
		<description>Really cool ! thank&#039;s for posting that</description>
		<content:encoded><![CDATA[<p>Really cool ! thank&#8217;s for posting that</p>
]]></content:encoded>
	</item>
</channel>
</rss>

