Advertisement
Guest User

Full Error

a guest
Nov 28th, 2014
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. user@user-PC:~$ sudo apt-get -f install
  2. [sudo] password for user:
  3. Building dependency tree
  4. Reading state information...
  5. After this operation, 0 B of additional disk space will be used.
  6. Setting up python3.4 (3.4.0-2ubuntu1) ...
  7. Fatal Python error: Py_Initialize: Unable to get the locale encoding
  8. Traceback (most recent call last):
  9. File "/usr/lib/python3.4/encodings/__init__.py", line 31, in <module>
  10. ImportError: No module named 'codecs'
  11. Aborted (core dumped)
  12. dpkg: error processing package python3.4 (--configure):
  13. subprocess installed post-installation script returned error exit status 134
  14. dpkg: dependency problems prevent configuration of python3:
  15. python3 depends on python3.4 (>= 3.4.0-0~); however:
  16. Package python3.4 is not configured yet.
  17.  
  18. dpkg: error processing package python3 (--configure):
  19. dependency problems - leaving unconfigured
  20. Setting up screen-resolution-extra (0.17.1) ...
  21. No apport report written because the error message indicates its a followup error from a previous failure.
  22. Fatal Python error: Py_Initialize: Unable to get the locale encoding
  23. Traceback (most recent call last):
  24. File "/usr/lib/python3.4/encodings/__init__.py", line 31, in <module>
  25. ImportError: No module named 'codecs'
  26. Aborted (core dumped)
  27. dpkg: error processing package screen-resolution-extra (--configure):
  28. subprocess installed post-installation script returned error exit status 134
  29. dpkg: dependency problems prevent configuration of update-manager:
  30. update-manager depends on python3; however:
  31. Package python3 is not configured yet.
  32. update-manager depends on python3:any (>= 3.3.2-2~); however:
  33. Package python3 is not configured yet.
  34.  
  35. dpkg: error processing package update-manager (--configure):
  36. dependency problems - leaving unconfigured
  37. No apport report written because MaxReports is reached already
  38. Errors were encountered while processing:
  39. python3.4
  40. python3
  41. screen-resolution-extra
  42. update-manager
  43. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement