Posted in cloud, python, zope on May 30, 2008 | 4 Comments »
as part of an ongoing project to get zope3 running well on google app engine, i worked on loading python code from zipped egg files. I started by following guido’s hint in the corresponding appengine issue. As google appengine doesn’t contain the zipimport builtin extension, i relied on using the python svn sandbox code that [...]
Read Full Post »
Posted in cloud, python, zope on May 28, 2008 | No Comments »
I published a minimal zope3 app on app engine, along the lines of what of my post from yesterday. you can check it out at http://zope3.appspot.com
its basically a minimal zope3 application, using a custom publication, and bootstraping some components via zcml.
also a simple test runner for verifying packages on the google app engine
http://zope3.appspot.com/tests
the minimal egg [...]
Read Full Post »
Posted in cloud, python, zope on May 27, 2008 | 2 Comments »
a few weeks ago, i did some exploration, of getting zope3 up and running on app engine, with some discussion in a grok thread. there’s been some interest in the topic, so i wrote it up for a wider audience.
there’s a number of issues with getting zope3 up and running.
- no c extensions ( no [...]
Read Full Post »
Posted in cloud on November 18, 2007 | No Comments »
Canonical has just released a minimalist version of ubuntu server as a base for contructing virtual machine appliances. Now to get it on ec2.
Release announcement
LaunchPad Project
Downloads
Read Full Post »