Advertisement
GreenRaccoon23

error mugshot: setup.py

Aug 26th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.92 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "setup.py", line 199, in <module>
  3.     cmdclass={'install': InstallAndUpdateDataDirectory}
  4.   File "/usr/lib/python3.4/site-packages/DistUtilsExtra/auto.py", line 100, in setup
  5.     distutils.core.setup(**attrs)
  6.   File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
  7.     dist.run_commands()
  8.   File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
  9.     self.run_command(cmd)
  10.   File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
  11.     cmd_obj.run()
  12.   File "setup.py", line 184, in run
  13.     update_desktop_file(desktop_file, script_path)
  14.   File "setup.py", line 106, in update_desktop_file
  15.     for line in fin:
  16.   File "/usr/lib/python3.4/encodings/ascii.py", line 26, in decode
  17.     return codecs.ascii_decode(input, self.errors)[0]
  18. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 92: ordinal not in range(128)
  19.  
  20. # Installed python packages:
  21. $ sudo pacman -Qsq python
  22. autokey-py3
  23. gnome-python
  24. gnome-python-desktop
  25. gnome-python-extras
  26. pygtk
  27. pyorbit
  28. pyrex
  29. python
  30. python-beautifulsoup4
  31. python-cairo
  32. python-cchardet
  33. python-chardet
  34. python-crypto
  35. python-dbus
  36. python-dbus-common
  37. python-distutils-extra
  38. python-gobject
  39. python-lxml
  40. python-packaging
  41. python-pexpect
  42. python-pip
  43. python-py
  44. python-pyinotify
  45. python-pytest
  46. python-pytest-runner
  47. python-requests
  48. python-setuptools
  49. python-unidecode
  50. python-xdg
  51. python-xlib
  52. python2
  53. python2-atspi
  54. python2-beaker
  55. python2-bonobo
  56. python2-cairo
  57. python2-dbus
  58. python2-distutils-extra
  59. python2-egg
  60. python2-gconf
  61. python2-gnomecanvas
  62. python2-gnomedesktop
  63. python2-gnomekeyring
  64. python2-gnomevfs
  65. python2-gobject
  66. python2-gobject2
  67. python2-gtkspell
  68. python2-gtop
  69. python2-libgnome
  70. python2-lxml
  71. python2-mako
  72. python2-markupsafe
  73. python2-packaging
  74. python2-py
  75. python2-pytest
  76. python2-pytest-runner
  77. python2-rsvg
  78. python2-setuptools
  79. python2-totem-plparser
  80. python2-unidecode
  81. python2-wnck
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement