Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.01 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/trytond/protocols/jsonrpc.py", line 124, in _marshaled_dispatch
  3.     response['result'] = dispatch_method(method, params)
  4.   File "/trytond/protocols/jsonrpc.py", line 157, in _dispatch
  5.     res = dispatch(*args)
  6.   File "/trytond/protocols/dispatcher.py", line 154, in dispatch
  7.     result = rpc.result(meth(*args, **kwargs))
  8.   File "/trytond/report/report.py", line 131, in execute
  9.     type, data = cls.parse(action_report, records, data, {})
  10.   File "/trytond/modules/pos/sale.py", line 344, in parse
  11.     report, objects, data, localcontext
  12.   File "/trytond/report/report.py", line 287, in parse
  13.     data = cls.unoconv(data, report.template_extension, output_format)
  14.   File "/trytond/report/report.py", line 304, in unoconv
  15.     proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
  16.   File "/subprocess.py", line 679, in __init__
  17.     errread, errwrite)
  18.   File "/subprocess.py", line 1228, in _execute_child
  19.     raise child_exception
  20. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement