From 4e1ad9bfa87c962e38ce8b4704369557b93ee7c1 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Tue, 24 Sep 2013 13:44:38 -0700 Subject: [PATCH] Update location of handlers to that make_min_web2py.py works again The location of the handlers changed in 07f74c63621 and since then this error blocked the creation of a minizimed web2py instance: IOError: [Errno 2] No such file or directory: 'fcgihandler.py' --- scripts/make_min_web2py.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/make_min_web2py.py b/scripts/make_min_web2py.py index 9fd0c19c..2fef642c 100644 --- a/scripts/make_min_web2py.py +++ b/scripts/make_min_web2py.py @@ -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)