Advertisement
Guest User

Untitled

a guest
Apr 1st, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1.  
  2. $ sudo apt-get remove --purge python3 python3.2
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. The following packages will be REMOVED:
  7. python3* python3.2*
  8. 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
  9. 2 not fully installed or removed.
  10. After this operation, 13.8 MB disk space will be freed.
  11. Do you want to continue [Y/n]? Y
  12. (Reading database ... 262556 files and directories currently installed.)
  13. Removing python3 ...
  14. Fatal Python error: Py_Initialize: can't initialize sys standard streams
  15. Traceback (most recent call last):
  16. File "/usr/lib/python3.2/io.py", line 60, in <module>
  17. Aborted
  18. dpkg: error processing python3 (--purge):
  19. subprocess installed pre-removal script returned error exit status 134
  20. No apport report written because MaxReports is reached already
  21. Fatal Python error: Py_Initialize: can't initialize sys standard streams
  22. Traceback (most recent call last):
  23. File "/usr/lib/python3.2/io.py", line 60, in <module>
  24. Aborted
  25. dpkg: error while cleaning up:
  26. subprocess installed post-installation script returned error exit status 134
  27. Removing python3.2 ...
  28. Purging configuration files for python3.2 ...
  29. Processing triggers for bamfdaemon ...
  30. Rebuilding /usr/share/applications/bamf.index...
  31. Processing triggers for gnome-menus ...
  32. Processing triggers for desktop-file-utils ...
  33. Processing triggers for man-db ...
  34. Errors were encountered while processing:
  35. python3
  36. E: Sub-process /usr/bin/dpkg returned an error code (1)
  37. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement