[web2py] Re: web2py on Heroku

2012-12-06 Thread Joe Repka
Web2py is working on Heroku. Will write up a recipe, unless someone else does first. One key point: be sure to install psycopg2 in the virtualenv. On Thursday, November 29, 2012 7:41:45 AM UTC-8, Massimo Di Pierro wrote: > > FYI (from web2py-developers) > > > Hello everybody, > > At PyCon Argen

[web2py] Re: web2py on Heroku

2012-12-03 Thread Joe Repka
RuntimeError: no driver available ('sqlite2', 'sqlite3') On Friday, November 30, 2012 6:34:15 AM UTC-8, Massimo Di Pierro wrote: > > You are right. There is a type in the script. I just fixed it in trunk. > The second issue is a bug in dal.py. I also just fixed that.

[web2py] Re: web2py on Heroku

2012-11-30 Thread Joe Repka
pip install is not finding postgresql2 for me: "Could not find any downloads that satisfy the requirement postgresql2 No distributions at all found for postgresql2" I tried installing psycopg2 instead, but no love from that: " Failure to connect, tried 5 times: Traceback (most recent call last)

[web2py] Source install fail

2012-09-04 Thread Joe Repka
I tried 'python setup.py install' in the downloaded source directory for 2.0.6 but got 'error: package directory 'gluon/contrib/pyfpdf' does not exist' Any help would be grandly appreciated. --