There appears to be a bug during startup.
C:\Temp\web2py>web2py.exe
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2011
Version 1.91.6 (2011-01-03 17:55:14)
Database drivers available: SQLite3, pymysql
Starting hardcron...
Fatal Python error: PyEval_RestoreThread: NULL tstate
This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.
If I run the same command again, everything works fine.
C:\Temp\web2py>web2py.exe
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2011
Version 1.91.6 (2011-01-03 17:55:14)
Database drivers available: SQLite3, pymysql
Starting hardcron...
please visit:
http://127.0.0.1:8000
starting browser...
C:\Temp\web2py>web2py.exe
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2011
Version 1.91.6 (2011-01-03 17:55:14)
Database drivers available: SQLite3, pymysql
Starting hardcron...
Fatal Python error: PyEval_RestoreThread: NULL tstate
This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.
C:\Temp\web2py>web2py.exe
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2011
Version 1.91.6 (2011-01-03 17:55:14)
Database drivers available: SQLite3, pymysql
Starting hardcron...
please visit:
http://127.0.0.1:8000
starting browser...
and how everything works.
It may related to this post:
http://osdir.com/ml/python.matplotlib.general/2004-12/msg00130.html
--Ondrej