xkos / micolog

Automatically exported from code.google.com/p/micolog
MIT License
0 stars 0 forks source link

same time, error with Save a post #95

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Traceback (most recent call last):
  File "/Volumes/Du/Appilcations/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/webapp/__init__.py", line 513, in __call__
  File "/Users/duongle/Desktop/micolog/base.py", line 50, in wrapper
    return method(self, *args, **kwargs)
  File "/Users/duongle/Desktop/micolog/admin.py", line 519, in post
    vals.update({'result':False,'msg':_('Error:Entry can''t been saved.')})
  File "/Volumes/Du/Appilcations/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django/django/utils/translation/trans_real.py", line 263, in gettext
AttributeError: 'NoneType' object has no attribute 'get'

Original issue reported on code.google.com by dangduon...@gmail.com on 10 Sep 2010 at 1:43