<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Zipped Eggs on AppEngine</title>
	<atom:link href="http://kapilt.wordpress.com/2008/07/10/zipped-eggs-on-appengine/feed/" rel="self" type="application/rss+xml" />
	<link>http://kapilt.wordpress.com/2008/07/10/zipped-eggs-on-appengine/</link>
	<description>Python and Zope Programming</description>
	<lastBuildDate>Mon, 23 Mar 2009 22:53:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mykola</title>
		<link>http://kapilt.wordpress.com/2008/07/10/zipped-eggs-on-appengine/#comment-84</link>
		<dc:creator>Mykola</dc:creator>
		<pubDate>Thu, 18 Dec 2008 08:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://kapilt.wordpress.com/?p=22#comment-84</guid>
		<description>http://worldcookery.appspot.com/ - http://worldcookery.com/ example . It may not run from first time (DeadlineExceededError) Try to open page several times within 3 minutes</description>
		<content:encoded><![CDATA[<p><a href="http://worldcookery.appspot.com/" rel="nofollow">http://worldcookery.appspot.com/</a> &#8211; <a href="http://worldcookery.com/" rel="nofollow">http://worldcookery.com/</a> example . It may not run from first time (DeadlineExceededError) Try to open page several times within 3 minutes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mykola</title>
		<link>http://kapilt.wordpress.com/2008/07/10/zipped-eggs-on-appengine/#comment-66</link>
		<dc:creator>Mykola</dc:creator>
		<pubDate>Thu, 21 Aug 2008 04:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://kapilt.wordpress.com/?p=22#comment-66</guid>
		<description>&gt;&gt;how did you fix zcml/template loading from zips?how did you fix zcml/template loading from zips?

try:
    f = open(path)
except IOError:
   from zipsplit_import import  idx_open
   f = idx_open(path)

)</description>
		<content:encoded><![CDATA[<p>&gt;&gt;how did you fix zcml/template loading from zips?how did you fix zcml/template loading from zips?</p>
<p>try:<br />
    f = open(path)<br />
except IOError:<br />
   from zipsplit_import import  idx_open<br />
   f = idx_open(path)</p>
<p>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kapilt</title>
		<link>http://kapilt.wordpress.com/2008/07/10/zipped-eggs-on-appengine/#comment-65</link>
		<dc:creator>kapilt</dc:creator>
		<pubDate>Thu, 21 Aug 2008 04:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://kapilt.wordpress.com/?p=22#comment-65</guid>
		<description>nice work! that looks pretty good. how did you fix zcml/template loading from zips?</description>
		<content:encoded><![CDATA[<p>nice work! that looks pretty good. how did you fix zcml/template loading from zips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mykola</title>
		<link>http://kapilt.wordpress.com/2008/07/10/zipped-eggs-on-appengine/#comment-64</link>
		<dc:creator>Mykola</dc:creator>
		<pubDate>Thu, 21 Aug 2008 04:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://kapilt.wordpress.com/?p=22#comment-64</guid>
		<description>&gt;&gt; forward z3 on gae
See this http://quinta-zodb.appspot.com/@@contents.html user-admin/pass-admin For now it running at MappingStorage . I know - it has many bugs but it works!</description>
		<content:encoded><![CDATA[<p>&gt;&gt; forward z3 on gae<br />
See this <a href="http://quinta-zodb.appspot.com/@@contents.html" rel="nofollow">http://quinta-zodb.appspot.com/@@contents.html</a> user-admin/pass-admin For now it running at MappingStorage . I know &#8211; it has many bugs but it works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mykola</title>
		<link>http://kapilt.wordpress.com/2008/07/10/zipped-eggs-on-appengine/#comment-62</link>
		<dc:creator>Mykola</dc:creator>
		<pubDate>Fri, 15 Aug 2008 19:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://kapilt.wordpress.com/?p=22#comment-62</guid>
		<description>&gt;&gt;&gt; forward z3 on gae 
I ran z3 at gae sdk (without zcatalog and on MappingStorage) but i have problems uploading zope3.zip (5mb ) to gae.
I can&#039;t split it to zope1.zip, zope2.zip ... and then sys.path.append(zope1.zip) sys.path.append(zope2.zip) because when i write

&gt;&gt; import zope.interface # 

First python is looking for &#039;zope&#039; package(it found it in zope1.zip) and than it looks for &#039;interface&#039; package within &#039;zope&#039; package. It can&#039;t found &#039;interface&#039; package because it is located in zope2.zip

second problem is zcml. Evan i can import from zip - i can&#039;t read zcml from zip</description>
		<content:encoded><![CDATA[<p>&gt;&gt;&gt; forward z3 on gae<br />
I ran z3 at gae sdk (without zcatalog and on MappingStorage) but i have problems uploading zope3.zip (5mb ) to gae.<br />
I can&#8217;t split it to zope1.zip, zope2.zip &#8230; and then sys.path.append(zope1.zip) sys.path.append(zope2.zip) because when i write</p>
<p>&gt;&gt; import zope.interface # </p>
<p>First python is looking for &#8216;zope&#8217; package(it found it in zope1.zip) and than it looks for &#8216;interface&#8217; package within &#8216;zope&#8217; package. It can&#8217;t found &#8216;interface&#8217; package because it is located in zope2.zip</p>
<p>second problem is zcml. Evan i can import from zip &#8211; i can&#8217;t read zcml from zip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malthe</title>
		<link>http://kapilt.wordpress.com/2008/07/10/zipped-eggs-on-appengine/#comment-42</link>
		<dc:creator>Malthe</dc:creator>
		<pubDate>Thu, 10 Jul 2008 21:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://kapilt.wordpress.com/?p=22#comment-42</guid>
		<description>Thanks for posting this.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
