It seems to be from the data, it is a legacy table.
Using 4607 trunk a manual select gives:
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "C:\w2p\trunk\gluon\dal.py", line 9181, in select
return adapter.select(self.query,fields,attributes)
File "C:\w2p\trunk\gluon\dal.py", line 1637, in select
return self._select_aux(sql,fields,attributes)
File "C:\w2p\trunk\gluon\dal.py", line 1618, in _select_aux
return processor(rows,fields,self._colnames,cacheable=cacheable)
File "C:\w2p\trunk\gluon\dal.py", line 1989, in parse
value = self.parse_value(value,ft,blob_decode)
File "C:\w2p\trunk\gluon\dal.py", line 1839, in parse_value
return self.parsemap[key](value,field_type)
File "C:\w2p\trunk\gluon\dal.py", line 1892, in parse_blob
return base64.b64decode(str(value))
File "C:\Python26\lib\base64.py", line 76, in b64decode
raise TypeError(msg)
TypeError: Incorrect padding