import weburls = ( '/', 'index')app = web.application(urls, globals())class index: def GET(self): greeting = "Python welcomes you" return greetingif __name__ == "__main__": app.run()
The error message is:
error: No module named 'utils'
Aucun commentaire:
Enregistrer un commentaire