[web2py] Re: Thanks for the awesome framework/setting up PostgreSQL

2011-07-13 Thread Ross Peoples
Yes, I always seem to forget to mention the book. The web2py book is probably the most often quoted and linked to resource in this group. It is an excellent source of information and contains most of the information required to bring anyone up from newbie to novice. I think the book is updated

[web2py] Re: Thanks for the awesome framework/setting up PostgreSQL

2011-07-13 Thread Anthony
There's also this section in the book: http://web2py.com/book/default/chapter/11#PostgreSQL Note, be sure to use Psycopg2 2.0.8 or later (current is 2.4.2), as there was a bug in prior versions that could cause errors. Anthony On Wednesday, July 13, 2011 11:35:50 AM UTC-4, Eric Scott wrote

[web2py] Re: Thanks for the awesome framework/setting up PostgreSQL

2011-07-13 Thread Ross Peoples
Welcome Eric, and thanks for the contribution. I believe that the slice you refer to should still work. If you are already familiar with setting up PostgreSQL, then you don't have to do anything special for web2py. The only thing you need is a Python driver for PostgreSQL, which is why the slice