Advertisement
Guest User

Untitled

a guest
Dec 30th, 2011
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/dist-packages/trytond/protocols/jsonrpc.py", line 108, in _marshaled_dispatch
  3. response['result'] = dispatch_method(method, params)
  4. File "/dist-packages/trytond/protocols/jsonrpc.py", line 147, in _dispatch
  5. res = dispatch(*args)
  6. File "/dist-packages/trytond/protocols/dispatcher.py", line 155, in dispatch
  7. res = getattr(obj, method)(*args_without_context, **kargs)
  8. File "/dist-packages/trytond/model/modelstorage.py", line 856, in import_data
  9. raise exp
  10. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 30: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement