我收到这个错误
发出内部错误票:不可恢复
当尝试从https://github.com/web2py/web2py/tree/e1bb2b4556352612a8f0386373d23e49f3e138c4运行 web2py
我正在使用 ubuntu 12.04,并且已经有 web2py 1.99.4。但我想检查新版本。正如 repo 的自述文件中所述,我应该只运行 python web2py.py
但是,当我启动服务器时,我发现了内部错误。
以下是我从外壳中得到的:
gofrendi@arcaneSanctum:~/Documents/web2py-web2py-e1bb2b4$ python web2py.py -M
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
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
那么,这里有什么问题?