These warning are normal. They tell you that you do no have database drivers for sqlite, mysql, postgresql, mssql, firebird, oracle and no access to the filesystem.
You an disable those loggings by inserting import logging logging.basicConfig(level=35) on top of gaehandler.py Massimo On Nov 2, 1:29 am, Jonathan Benn <[EMAIL PROTECTED]> wrote: > When I try running the WELCOME application (http://localhost:8080/ > welcome), I get the following warnings: > > WARNING 2008-11-02 06:18:26,459 portalocker.py] no file locking > WARNING 2008-11-02 06:18:26,709 sql.py] no sqlite3 or dbapi2 driver > WARNING 2008-11-02 06:18:26,709 sql.py] no MySQLdb driver > WARNING 2008-11-02 06:18:26,724 sql.py] no psycopg2 driver > WARNING 2008-11-02 06:18:26,724 sql.py] no cx_Oracle driver > WARNING 2008-11-02 06:18:26,740 sql.py] no MSSQL driver > WARNING 2008-11-02 06:18:26,740 sql.py] no kinterbasdb driver > WARNING 2008-11-02 06:18:26,772 cache.py] unable to import dbhash > WARNING 2008-11-02 06:18:26,865 compileapp.py] unable to import > py_compile > WARNING 2008-11-02 06:18:26,959 main.py] unable to import wsgiserver > WARNING 2008-11-02 06:18:27,240 cache.py] no cache.disk > > Please note that if I upload the application to the production GAE > server, then I still get these warnings, which is possibly an > indication that the warnings are not due to my local configuration? > > Any insight would be appreciated! :-) > > Thanks again, > > --Jonathan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

