Hi, I am new to the list. I know django and python, and I'd like to try web2py. After downloading bookreviews on my winxp, I tried it (I am using sqlite db only). I get stucked because of this error: Traceback (most recent call last): File "c:\giorgi\ordev\web2py\gluon\restricted.py", line 62, in restricted exec ccode in environment File "C:\giorgi\ordev\web2py\applications\bookreviews/views/blog/ show.html", line 53, in <module> </table> File "c:\giorgi\ordev\web2py\gluon\sql.py", line 1390, in __iter__ yield self[i] File "c:\giorgi\ordev\web2py\gluon\sql.py", line 1354, in __getitem__ row[tablename][fieldname]=base64.b64decode(str(value)) File "C:\Python25\lib\base64.py", line 76, in b64decode raise TypeError(msg) TypeError: Incorrect padding
The db is empty right now. How can I fix it? Thank you! -- Team Leader Gioorgi.com Chief Editor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---