Charlie
python web2py.py -S eden -M
Traceback (most recent call last):
File "web2py.py", line 20, in <module>
gluon.widget.start(cron=True)
File "/Users/charlie/jme/web2py/gluon/widget.py", line 729, in start
(options, args) = console()
File "/Users/charlie/jme/web2py/gluon/widget.py", line 719, in
console
os.unlink('NEWINSTALL')
OSError: [Errno 2] No such file or directory: 'NEWINSTALL'
[dhcp-172-63:~/testdir/web2py] charlie%
Hi Charlie,
This is a common issue with the 1st run of web2py.
The solution is simply to run the program again & then the issue is resolved.
I agree that it's a highly unfriendly message & should really be
caught - a contribution upstream to web2py to get that fixed would be
appreciated!
Best Wishes,
Fran.