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
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
>
> ||
>
>
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