blogPy is just a little blog site, is code in python, and base on sqlite database. It just use python technology below:
- Mako
 - SQLAlchemy
 - web.py
 
You can also see this in requirements.txt.
It is written long time ago, and practice python code in the web.py framework. Forget it.
Follow this:
- ensure virtualenv environment in your python
 - get blogPy code
 - build a new Python environment with virtualenv
 pip install -r requirements.txtinstall requirements into the new environmentpython code.pyrun it- open browser and launch http://localhost:8080, you will get the site
 - Launch http://localhost:8080/admin/catlist for control panel
 
It is just a toy code, not a complete code.