emmett-framework / emmett

The web framework for inventors
BSD 3-Clause "New" or "Revised" License
1.06k stars 71 forks source link

bloggy Example not working #53

Closed ramstein74 closed 8 years ago

ramstein74 commented 8 years ago

its missing this code from bloggy.py

if name == "main": app.run()

gi0baro commented 8 years ago

@ramstein74 this is true only on windows, since on unix systems the tutorial suggest to use the weppy command:

weppy --app bloggy.py run
gi0baro commented 8 years ago

@ramstein74 actually, also on windows you should have a weppy.exe command installed..