Massimo,
I just downloaded trunk and tried starting as normal and get:
WARNING:root:unable to import dbhash
default applications appear to be installed already
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2009
Version 1.56.2 (2009-02-10 23:57:30)
Database drivers available: SQLite3, Postgre
please visit:
http://127.0.0.1:6667
use "kill -SIGTERM 711" to shutdown the web2py server
Traceback (most recent call last):
File "./web2py.py", line 14, in <module>
start()
File "/opt/1web2py/gluon/widget.py", line 825, in start
path=options.folder)
File "/opt/1web2py/gluon/main.py", line 508, in __init__
log_filename, profiler_filename, web2py_path=path),
File "/opt/1web2py/gluon/main.py", line 425, in appfactory
if os.path.exists(profilerfilename):
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/posixpath.py",
line 171, in exists
st = os.stat(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found
but if i start with the command below it works fine.
-wj