<type 'exceptions.TypeError'> not enough arguments for format string
message : 'Version %s.%s.%s (%s) %s'
self : <gluon.languages.translator object>
sub_plural : <function sub_plural>
symbols : ('2.4.4-stable+timestamp.2013.03.11.20.32.00',
After upgrading I could not access the admin interface, I kept getting the above error. I edited admin/languages/default.py for a workaround right now. Am I just imagining that it is a bug or is it my setup problem?
Regards,
Jyoti
I found the same problem and solved it by deleting the ./compiled folder in the installed web2py source. Perhaps that folder may have been from the earlier version, it is not created when the 2.4.4 source archive is expanded.