Please try installing psycopg2
On Tuesday, 6 May 2014 18:22:36 UTC-5, David Rager wrote: > > My IT group assures me they are unable to install a more recent version of > PostgreSQL than v. 8.4 because of SSL compliance issues and web2py isn't > happy with that version. I have been developing on v. 9.3 without issue > but once I switch to v. 8.4 selects on any table do not work: > > File > "/Users/drager/Projects/BICEP2/web2py/gluon/contrib/pg8000/protocol.py", line > 783, in createFromData > args['rows'] = int(values[-1]) > ValueError: invalid literal for int() with base 10: 'SELECT' > > I'm not guru enough on the maintained systems here to say if they have a > valid concern but feel I need to see if there is an alternate driver that > might work - developing on a Mac from source and deploying to CentOS. > > I tried installing the most recent version of pg8000 but that did not help > with the problem - it didn't appear to be compatible. I additionally tried > an install of the py27-psycopg2 package on my Mac and web2py complained it > could not find the driver. > > Just wondering if I'm trying to drive a square peg into a round hole or if > there is a workaround for the older version of PostgreSQL. > > Any help is appreciated! > > TY > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

