Re: [Repoze-dev] Problem of running BFG in GAE

2010-03-26 Thread Tim Hoffman
HI George As chris mentioned you can't use zodb, or any other c dependant code. (and zodb doesn't make sense). Also I recommend setting up repoze under virtualenv, but you will find you can't run the dev appserver in virtualenv. So I exit and then run with the system python, ( I heavily customiz

Re: [Repoze-dev] Problem of running BFG in GAE

2010-03-26 Thread Chris McDonough
GAE won't use C extensions. ZODB requires C extensions (like Persistence). You cannot run ZODB on GAE as a result. - C On 3/26/10 8:34 PM, george hu wrote: > First, I set up the template project: paster create -t bfg_zodb bfgapp, > then cd to the bfgapp to run python setup.py develop > > || > >

[Repoze-dev] Problem of running BFG in GAE

2010-03-26 Thread george hu
First, I set up the template project: paster create -t bfg_zodb bfgapp, then cd to the bfgapp to run python setup.py develop *When I tried to run with the python in the virtual env (bfgapp/bin/python), I got the following error:* Traceback (most recent call last): File "/home/systemadmin/googl