Advertisement
Guest User

Untitled

a guest
Jun 19th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. K:\Portable Python 2.7.5.1\App>python.exe k:\springer_download.py "978-3-8348-93
  2. 07-9"
  3. ==> Fetching book info...done.
  4. Prof. Dr. rer. nat. Claus Wilhelm Turtur
  5. Traceback (most recent call last):
  6. File "K:\Portable Python 2.7.5.1\App\lib\runpy.py", line 162, in _run_module_a
  7. s_main
  8. "__main__", fname, loader, pkg_name)
  9. File "K:\Portable Python 2.7.5.1\App\lib\runpy.py", line 72, in _run_code
  10. exec code in run_globals
  11. File "k:\springer_download.py\__main__.py", line 134, in <module>
  12. File "k:\springer_download.py\__main__.py", line 19, in main
  13. File "/springerdl/interface/cli.py", line 82, in __init__
  14. File "k:\springer_download.py\__main__.py", line 45, in springer_fetch
  15. File "/springerdl/interface/cli.py", line 100, in out
  16. File "K:\Portable Python 2.7.5.1\App\lib\encodings\cp850.py", line 12, in enco
  17. de
  18. return codecs.charmap_encode(input,errors,encoding_map)
  19. UnicodeEncodeError: 'charmap' codec can't encode character u'\x9c' in position 3
  20. 9: character maps to <undefined>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement