[web2py] global name 'psycopg2' is not defined

2010-08-13 Thread Dave O
I used this script (http://code.google.com/p/web2py/source/browse/ scripts/setup-web2py-ubuntu.sh) to install web2py on a fresh linode.com VPS with Lucid. I created my postgres user and database as outlined in the web2py manual (http://web2py.com/book/default/chapter/ 11#PostgreSQL). When I try and

[web2py] Re: global name 'psycopg2' is not defined

2010-08-13 Thread Dave O
Oh man, that was it! Thanks so much. -Dave On Aug 13, 3:07 pm, Alexandre Andrade wrote: > You restart the webserver after installng psycopg2? > > 2010/8/13 Dave O > > > > > I used this script (http://code.google.com/p/web2py/source/browse/ > > scrip