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.

