Here is web2py.py on a fresh MacOS install:

#!/usr/bin/env python2.5

import gluon.import_all
from gluon.widget import start
start()

Reply via email to