ForgetSQL breaks with Python 2.6
Python ORM wrapper for SQL databases (no longer maintained)
Status: Alpha
Brought to you by:
stain
Python 2.6 doesn't allow string exceptions, so you get:
File "/var/lib/python-support/python2.6/forgetSQL.py", line 212, in __new__
raise "NotFound"
TypeError: exceptions must be classes or instances, not str
Also, the author's name requires an encoding. The attached patch fixed both problems.
Moved to https://github.com/stain/forgetSQL/issues/2