Advertisement
Guest User

Untitled

a guest
Feb 29th, 2012
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. dpkg: error processing python-minimal (--configure):
  2. subprocess installed post-installation script returned error exit status 255
  3. Errors were encountered while processing:
  4. python-minimal
  5. E: Sub-process /usr/bin/dpkg returned an error code (1)
  6. praetorien@Wintermute:/var/lib/apt/lists$ dpkg --configure -a
  7. dpkg: error: requested operation requires superuser privilege
  8. praetorien@Wintermute:/var/lib/apt/lists$ sudo dpkg --configure -a
  9. Setting up python-minimal (2.7.1-0ubuntu5.1) ...
  10. Traceback (most recent call last):
  11. File "/usr/local/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  12. "__main__", fname, loader, pkg_name)
  13. File "/usr/local/lib/python2.7/runpy.py", line 72, in _run_code
  14. exec code in run_globals
  15. File "/usr/local/lib/python2.7/compileall.py", line 16, in <module>
  16. import struct
  17. File "/usr/local/lib/python2.7/struct.py", line 1, in <module>
  18. from _struct import *
  19. ImportError: No module named _struct
  20. dpkg: error processing python-minimal (--configure):
  21. subprocess installed post-installation script returned error exit status 255
  22. dpkg: dependency problems prevent configuration of python:
  23. python depends on python-minimal (= 2.7.1-0ubuntu5.1); however:
  24. Package python-minimal is not configured yet.
  25. dpkg: error processing python (--configure):
  26. dependency problems - leaving unconfigured
  27. dpkg: dependency problems prevent configuration of python-httplib2:
  28. python-httplib2 depends on python (>= 2.7.1-0ubuntu2); however:
  29. Package python is not configured yet.
  30. python-httplib2 depends on python (<< 2.8); however:
  31. Package python is not configured yet.
  32. dpkg: error processing python-httplib2 (--configure):
  33. dependency problems - leaving unconfigured
  34. Errors were encountered while processing:
  35. python-minimal
  36. python
  37. python-httplib2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement