Advertisement
Guest User

day is out of range for month

a guest
Feb 29th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/dist-packages/tryton/gui/window/view_form/view/list.py", line 730, in __sig_switch
  3. if not self.screen.row_activate():
  4. File "/dist-packages/tryton/gui/window/view_form/screen/screen.py", line 285, in default_row_activate
  5. }, context=self.context.copy(), warning=False)
  6. File "/dist-packages/tryton/action/main.py", line 199, in exec_keyword
  7. Action._exec_action(action, window, data, context=context)
  8. File "/dist-packages/tryton/action/main.py", line 136, in _exec_action
  9. action['pyson_search_value'] or '{}')
  10. File "/json/decoder.py", line 366, in decode
  11. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  12. File "/json/decoder.py", line 382, in raw_decode
  13. obj, end = self.scan_once(s, idx)
  14. File "/dist-packages/tryton/pyson.py", line 49, in _object_hook
  15. return klass.eval(dct, self.__context)
  16. File "/dist-packages/tryton/pyson.py", line 405, in eval
  17. date = date.replace(year=year)
  18. ValueError: day is out of range for month
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement