Advertisement
Guest User

Untitled

a guest
Feb 29th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. praetorien@Wintermute:/usr/bin$ sudo apt-get install --reinstall python python-minimal
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. ttf-umefont gnome-exe-thumbnailer ruby1.9.1-examples nspluginwrapper apache2-mpm-worker ruby1.9.1-dev libtcltk-ruby1.9.1 libaprutil1-ldap apache2.2-common lib32nss-mdns
  7. libruby1.9.1-dbg winetricks libaprutil1-dbd-sqlite3 ttf-symbol-replacement apache2.2-bin icoutils wine1.2-gecko cabextract python-wicd libruby1.9.1 ttf-mscorefonts-installer
  8. winbind ttf-droid
  9. Use 'apt-get autoremove' to remove them.
  10. 0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 45 not upgraded.
  11. 4 not fully installed or removed.
  12. After this operation, 0 B of additional disk space will be used.
  13. Setting up python-minimal (2.7.1-0ubuntu5.1) ...
  14. Traceback (most recent call last):
  15. File "/usr/local/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  16. "__main__", fname, loader, pkg_name)
  17. File "/usr/local/lib/python2.7/runpy.py", line 72, in _run_code
  18. exec code in run_globals
  19. File "/usr/local/lib/python2.7/compileall.py", line 16, in <module>
  20. import struct
  21. File "/usr/local/lib/python2.7/struct.py", line 1, in <module>
  22. from _struct import *
  23. ImportError: No module named _struct
  24. dpkg: error processing python-minimal (--configure):
  25. subprocess installed post-installation script returned error exit status 255
  26. dpkg: dependency problems prevent configuration of python:
  27. python depends on python-minimal (= 2.7.1-0ubuntu5.1); however:
  28. Package python-minimal is not configured yet.
  29. dpkg: error processing python (--configure):
  30. dependency problems - leaving unconfigured
  31. dpkg: dependency problems prevent configuration of python-dev:
  32. python-dev depends on python (= 2.7.1-0ubuntu5.1); however:
  33. Package python is not configured yet.
  34. dpkg: error processing python-dev (--configure):
  35. dependency problems - leaving unconfigured
  36. dpkg: dependency problems prevent configuration of python-httplib2:
  37. python-httplib2 depends on python (>= 2.7.1-0ubuntu2); however:
  38. Package python is not configured yet.
  39. python-httplib2 depends on python (<< 2.8); however:
  40. Package python is not configured yet.
  41. dpkg: error processing python-httplib2 (--configure):
  42. dependency problems - leaving unconfigured
  43. No apport report written because the error message indicates its a followup error from a previous failure.
  44. No apport report written because the error message indicates its a followup error from a previous failure.
  45. No apport report written because MaxReports is reached already
  46. Errors were encountered while processing:
  47. python-minimal
  48. python
  49. python-dev
  50. python-httplib2
  51. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement