Advertisement
Guest User

Untitled

a guest
Dec 27th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. @elation$ sudo apt-get install python3
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following extra packages will be installed:
  6. python3-minimal python3.2 python3.2-minimal
  7. Suggested packages:
  8. python3-doc python3-tk python3.2-doc
  9. The following NEW packages will be installed:
  10. python3 python3-minimal python3.2 python3.2-minimal
  11. 0 upgraded, 4 newly installed, 0 to remove and 58 not upgraded.
  12. Need to get 4,320 kB/4,352 kB of archives.
  13. After this operation, 14.7 MB of additional disk space will be used.
  14. Do you want to continue [Y/n]? y
  15. Get:1 http://se.archive.ubuntu.com/ubuntu/ precise-updates/main python3.2-minimal amd64 3.2.3-0ubuntu3.2 [1,778 kB]
  16. Get:2 http://se.archive.ubuntu.com/ubuntu/ precise-updates/main python3.2 amd64 3.2.3-0ubuntu3.2 [2,530 kB]
  17. Get:3 http://se.archive.ubuntu.com/ubuntu/ precise/main python3-minimal all 3.2.3-0ubuntu1 [12.2 kB]
  18. Fetched 4,320 kB in 5s (839 kB/s)
  19. Selecting previously unselected package python3.2-minimal.
  20. (Reading database ... 210475 files and directories currently installed.)
  21. Unpacking python3.2-minimal (from .../python3.2-minimal_3.2.3-0ubuntu3.2_amd64.deb) ...
  22. Selecting previously unselected package python3.2.
  23. Unpacking python3.2 (from .../python3.2_3.2.3-0ubuntu3.2_amd64.deb) ...
  24. Selecting previously unselected package python3-minimal.
  25. Unpacking python3-minimal (from .../python3-minimal_3.2.3-0ubuntu1_all.deb) ...
  26. Selecting previously unselected package python3.
  27. Unpacking python3 (from .../python3_3.2.3-0ubuntu1_all.deb) ...
  28. Processing triggers for man-db ...
  29. Processing triggers for menu ...
  30. Processing triggers for bamfdaemon ...
  31. Rebuilding /usr/share/applications/bamf.index...
  32. Processing triggers for desktop-file-utils ...
  33. Processing triggers for gnome-menus ...
  34. Setting up python3.2-minimal (3.2.3-0ubuntu3.2) ...
  35. # Empty sitecustomize.py to avoid a dangling symlink
  36. Traceback (most recent call last):
  37. File "/usr/lib/python3.2/py_compile.py", line 187, in <module>
  38. sys.exit(main())
  39. File "/usr/lib/python3.2/py_compile.py", line 179, in main
  40. compile(filename, doraise=True)
  41. File "/usr/lib/python3.2/py_compile.py", line 111, in compile
  42. with tokenize.open(file) as f:
  43. File "/usr/lib/python3.2/tokenize.py", line 343, in open
  44. buffer = builtins.open(filename, 'rb')
  45. IOError: [Errno 2] No such file or directory: '/usr/lib/python3.2/sitecustomize.py'
  46. dpkg: error processing python3.2-minimal (--configure):
  47. subprocess installed post-installation script returned error exit status 1
  48. dpkg: dependency problems prevent configuration of python3.2:
  49. python3.2 depends on python3.2-minimal (= 3.2.3-0ubuntu3.2); however:
  50. Package python3.2-minimal is not configured yet.
  51. dpkg: error processing python3.2 (--configure):
  52. dependency problems - leaving unconfigured
  53. dpkg: dependency problems prevent configuration of python3-minimal:
  54. python3-minimal depends on python3.2-minimal (>= 3.2.3); however:
  55. Package python3.2-minimal is not configured yet.
  56. dpkg: error processing python3-minimal (--configure):
  57. dependency problems - leaving unconfigured
  58. dpkg: dependency problems prevent configuration of python3:
  59. python3 depends on python3.2 (>= 3.2.3); however:
  60. Package python3.2 is not configured yet.
  61. python3 depends on python3-minimal (= 3.2.3-0ubuntu1); however:
  62. Package python3-minimal is not configured yet.
  63. dpkg: error processing python3 (--configure):
  64. dependency problems - leaving unconfigured
  65. No apport report written because the error message indicates its a followup error from a previous failure.
  66. No apport report written because the error message indicates its a followup error from a previous failure.
  67. No apport report written because MaxReports is reached already
  68. Errors were encountered while processing:
  69. python3.2-minimal
  70. python3.2
  71. python3-minimal
  72. python3
  73. E: Sub-process /usr/bin/dpkg returned an error code (1)
  74. @elation$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement