ERROR:root:New installation error: unable to create welcome.w2p file

346 views
Skip to first unread message

Rommel Sotto

unread,
Aug 28, 2016, 8:41:17 PM8/28/16
to web2py-users
I have this error running it on macbook pro

I installed it thru git clone.

It does not also show the welcome page when i do 127.0.0.1:8000

any thing I can do to fix it?

Massimo Di Pierro

unread,
Sep 6, 2016, 10:26:33 AM9/6/16
to web2py-users
Did you do git clone --recursive as explained in the instructions?

Terrence Monroe

unread,
Oct 11, 2016, 9:55:32 PM10/11/16
to web2py-users
Even though I got the error about the welcome.w2p page, I think it somehow created it because this page looks normal after I enter a password:

Tim Korb

unread,
Jan 24, 2017, 3:02:10 PM1/24/17
to web...@googlegroups.com
Did you do git clone --recursive as explained in the instructions?

The error message occurs the first time Web2Py is started after doing a full clone:

    $ git clone --recurse-submodules https://github.com/web2py/web2py.git
    $ cd web2py
    $ python web2py.py

The code in fileutils.py creates welcome.w2p correctly, but then tries to unlink the missing NEWINSTALL file, which generates the (somewhat confusing) error.

The error appears harmless, but I see it every time Travis CI runs.
Reply all
Reply to author
Forward
0 new messages