Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. missvaleska@missvaleska-GA-970A-D3:~/Downloads$ sudo dpkg --force-depends -i python3_3.3.2-14ubuntu1_i386.deb python3_3.3.2-14ubuntu1_amd64.deb
  2. (Reading database ... 495050 files and directories currently installed.)
  3. Preparing to replace python3 3.3.2-14ubuntu1 (using python3_3.3.2-14ubuntu1_i386.deb) ...
  4. Traceback (most recent call last):
  5. File "/usr/bin/py3clean", line 32, in <module>
  6. from debpython import files as dpf
  7. ImportError: No module named 'debpython'
  8. dpkg: warning: subprocess old pre-removal script returned error exit status 1
  9. dpkg: trying script from the new package instead ...
  10. Traceback (most recent call last):
  11. File "/usr/bin/py3clean", line 32, in <module>
  12. from debpython import files as dpf
  13. ImportError: No module named 'debpython'
  14. dpkg: error processing python3_3.3.2-14ubuntu1_i386.deb (--install):
  15. subprocess new pre-removal script returned error exit status 1
  16. Traceback (most recent call last):
  17. File "/usr/bin/py3compile", line 34, in <module>
  18. from debpython.version import SUPPORTED, debsorted, vrepr, \
  19. ImportError: No module named 'debpython'
  20. dpkg: error while cleaning up:
  21. subprocess installed post-installation script returned error exit status 1
  22. Preparing to replace python3 3.3.2-14ubuntu1 (using python3_3.3.2-14ubuntu1_amd64.deb) ...
  23. Traceback (most recent call last):
  24. File "/usr/bin/py3clean", line 32, in <module>
  25. from debpython import files as dpf
  26. ImportError: No module named 'debpython'
  27. dpkg: warning: subprocess old pre-removal script returned error exit status 1
  28. dpkg: trying script from the new package instead ...
  29. Traceback (most recent call last):
  30. File "/usr/bin/py3clean", line 32, in <module>
  31. from debpython import files as dpf
  32. ImportError: No module named 'debpython'
  33. dpkg: error processing python3_3.3.2-14ubuntu1_amd64.deb (--install):
  34. subprocess new pre-removal script returned error exit status 1
  35. Traceback (most recent call last):
  36. File "/usr/bin/py3compile", line 34, in <module>
  37. from debpython.version import SUPPORTED, debsorted, vrepr, \
  38. ImportError: No module named 'debpython'
  39. dpkg: error while cleaning up:
  40. subprocess installed post-installation script returned error exit status 1
  41. Errors were encountered while processing:
  42. python3_3.3.2-14ubuntu1_i386.deb
  43. python3_3.3.2-14ubuntu1_amd64.deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement