So, I just downloaded the src from 
http://web2py.com/examples/static/nightly/web2py_src.zip,
just in case there are changes since last night. I am on mac os 10.6.4
and this is what I get (copied from terminal):

macmart:web2py_184 mart$ python web2py.py
Warning: web2py requires Python 2.4, 2.5 (recommended), or 2.6 but you
are running:
2.7 (r27:82508, Jul  3 2010, 21:12:11)
[GCC 4.0.1 (Apple Inc. build 5493)]web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2010
Version 1.84.0 (2010-08-29 06:19:04)
Database drivers available: SQLite3
Starting hardcron...
No handlers could be found for logger "web2py"
choose a password:*********
please visit:
        http://127.0.0.1:8000
use "kill -SIGTERM 1746" to shutdown the web2py server
macmart:web2py_184 mart$


So, we still notice the same error "No handlers could be found for
logger "web2py"" and the I am brought back to the terminal cursor.

So, now on to Jonathan's suggestion.

SO, now I/ looking for logging.example.conf but can't find it, does it
usually come with the src? Or what should the contents be? I did see
some references to that file in a few place though...


Thanks,

Mart :)


On Aug 29, 11:34 am, Jonathan Lundell <[email protected]> wrote:
> On Aug 29, 2010, at 12:02 AM, mart wrote:
>
>
>
> > 2. changed .bash_profile to point to python 2.7 (even if nor
> > recommended, 1.83 worked just fine on 2.7 for me). This time got the
> > 'No handlers could be found for logger "web2py"' error and returned
> > the terminal to the cursor (web2py stopped immediately - which I
> > believe should be expected because of the unsupported python version
> > (although 1.83 worked fine)
>
> Try making a copy of logging.example.conf and naming it logging.conf, and see 
> what happens.
>
> I haven't done any testing with 2.7. Quite possibly if there isn't a 
> logging.conf we ought to install an explicit default logger.

Reply via email to