I've just download the newest version of web2py since the one included in 
ubuntu repository is outdated (1.9.9)
https://github.com/web2py/web2py/tree/e1bb2b4556352612a8f0386373d23e49f3e138c4
As instructed, I execute web2py.py

But I get Internal error Ticket issued: unrecoverable
I've try to click the ticket, but it seems to be endlessly recursive.

Here is what appeared in my shell:

gofrendi@arcaneSanctum:~/Documents/web2py-web2py-e1bb2b4$ python web2py.py
> web2py Web Framework
> Created by Massimo Di Pierro, Copyright 2007-2012
> Version 2.0.9 (2012-10-07 01:10:05) dev
> Database drivers available: SQLite(sqlite2), SQLite(sqlite3), 
> MySQL(pymysql), MySQL(MySQLdb), PostgreSQL(psycopg2), PostgreSQL(pg8000), 
> CouchDB(couchdb), IMAP(imaplib)
> please visit:
> http://127.0.0.1:8000
> starting browser...
> Exception AttributeError: AttributeError("'_DummyThread' object has no 
> attribute '_Thread__block'",) in <module 'threading' from 
> '/usr/lib/python2.7/threading.pyc'> ignored
> Created new window in existing browser session.
> ERROR:web2py:Traceback (most recent call last):
>   File "/home/gofrendi/Documents/web2py-web2py-e1bb2b4/gluon/main.py", 
> line 614, in wsgibase
>     BaseAdapter.close_all_instances('rollback')
>   File "/home/gofrendi/Documents/web2py-web2py-e1bb2b4/gluon/dal.py", line 
> 525, in close_all_instances
>     for db_uid, db_group in dbs:
> NameError: global name 'dbs' is not defined
> ERROR:web2py:Traceback (most recent call last):
>   File "/home/gofrendi/Documents/web2py-web2py-e1bb2b4/gluon/main.py", 
> line 614, in wsgibase
>     BaseAdapter.close_all_instances('rollback')
>   File "/home/gofrendi/Documents/web2py-web2py-e1bb2b4/gluon/dal.py", line 
> 525, in close_all_instances
>     for db_uid, db_group in dbs:
> NameError: global name 'dbs' is not defined
> ERROR:web2py:Traceback (most recent call last):
>   File "/home/gofrendi/Documents/web2py-web2py-e1bb2b4/gluon/main.py", 
> line 614, in wsgibase
>     BaseAdapter.close_all_instances('rollback')
>   File "/home/gofrendi/Documents/web2py-web2py-e1bb2b4/gluon/dal.py", line 
> 525, in close_all_instances
>     for db_uid, db_group in dbs:
> NameError: global name 'dbs' is not defined
> ERROR:web2py:Traceback (most recent call last):
>   File "/home/gofrendi/Documents/web2py-web2py-e1bb2b4/gluon/main.py", 
> line 614, in wsgibase
>     BaseAdapter.close_all_instances('rollback')
>   File "/home/gofrendi/Documents/web2py-web2py-e1bb2b4/gluon/dal.py", line 
> 525, in close_all_instances
>     for db_uid, db_group in dbs:
> NameError: global name 'dbs' is not defined


So, what's wrong here?

-- 



Reply via email to