I am trying to run this code:
import web urls = ( \'/\', \'index\' ) if __name__ == \"__main__\": app = web.application(urls, globals()) app.ru
This should be fixed in #577: https://github.com/webpy/webpy/pull/577