Update location of handlers to that make_min_web2py.py works again
The location of the handlers changed in 07f74c6362 and since then
this error blocked the creation of a minizimed web2py instance:
IOError: [Errno 2] No such file or directory: 'fcgihandler.py'
This commit is contained in:
@@ -13,12 +13,12 @@ it will mkdir minweb2py and build a minimal web2py installation
|
||||
REQUIRED = """
|
||||
VERSION
|
||||
web2py.py
|
||||
fcgihandler.py
|
||||
gaehandler.py
|
||||
wsgihandler.py
|
||||
anyserver.py
|
||||
applications/__init__.py
|
||||
applications/welcome/controllers/default.py
|
||||
handlers/fcgihandler.py
|
||||
handlers/gaehandler.py
|
||||
handlers/wsgihandler.py
|
||||
"""
|
||||
|
||||
# files and folders to exclude from gluon folder (comment with # if needed)
|
||||
|
||||
Reference in New Issue
Block a user