Today I finally got this tutorial working!
I’m trying to learn Pylons, it’s a good system, but the API is not very stable yet…
To get the thing to work I modified these things:
Add this to helpers.py:
from routes import url_for from webhelpers.html.tags import *
Session got a new home:
from myblog.model import Session
There seems to be a bug in SQLite, it failed to create the database, but after I created it manually it worked fine.
