Advertisement
Guest User

Untitled

a guest
Jun 4th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.39 KB | None | 0 0
  1. root@magic:~# apt-get upgrade
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  6. 3 not fully installed or removed.
  7. After this operation, 0 B of additional disk space will be used.
  8. Do you want to continue [Y/n]? y
  9. Setting up python-crypto (2.1.0-2+squeeze2) ...
  10. Traceback (most recent call last):
  11.   File "/usr/bin/pycentral", line 2334, in <module>
  12.     main()
  13.   File "/usr/bin/pycentral", line 2328, in main
  14.     rv = action.run(global_options)
  15.   File "/usr/bin/pycentral", line 1477, in run
  16.     runtimes = get_installed_runtimes()
  17.   File "/usr/bin/pycentral", line 278, in get_installed_runtimes
  18.     default_version = pyversions.default_version(version_only=True)
  19.   File "/usr/share/pycentral-data/pyversions.py", line 172, in default_version
  20.     raise ValueError, "/usr/bin/python does not match the python default version. It must be reset to point to %s" % debian_default
  21. ValueError: /usr/bin/python does not match the python default version. It must be reset to point to python2.6
  22. dpkg: error processing python-crypto (--configure):
  23.  subprocess installed post-installation script returned error exit status 1
  24. Setting up python-serial (2.3-1) ...
  25. configured to not write apport reports
  26.                                       Traceback (most recent call last):
  27.   File "/usr/bin/pycentral", line 2334, in <module>
  28.     main()
  29.   File "/usr/bin/pycentral", line 2328, in main
  30.     rv = action.run(global_options)
  31.   File "/usr/bin/pycentral", line 1477, in run
  32.     runtimes = get_installed_runtimes()
  33.   File "/usr/bin/pycentral", line 278, in get_installed_runtimes
  34.     default_version = pyversions.default_version(version_only=True)
  35.   File "/usr/share/pycentral-data/pyversions.py", line 172, in default_version
  36.     raise ValueError, "/usr/bin/python does not match the python default version. It must be reset to point to %s" % debian_default
  37. ValueError: /usr/bin/python does not match the python default version. It must be reset to point to python2.6
  38. dpkg: error processing python-serial (--configure):
  39.  subprocess installed post-installation script returned error exit status 1
  40. configured to not write apport reports
  41.                                       Setting up python-zope.interface (3.5.3-1+b1) ...
  42. Traceback (most recent call last):
  43.   File "/usr/bin/pycentral", line 2334, in <module>
  44.     main()
  45.   File "/usr/bin/pycentral", line 2328, in main
  46.     rv = action.run(global_options)
  47.   File "/usr/bin/pycentral", line 1477, in run
  48.     runtimes = get_installed_runtimes()
  49.   File "/usr/bin/pycentral", line 278, in get_installed_runtimes
  50.     default_version = pyversions.default_version(version_only=True)
  51.   File "/usr/share/pycentral-data/pyversions.py", line 172, in default_version
  52.     raise ValueError, "/usr/bin/python does not match the python default version. It must be reset to point to %s" % debian_default
  53. ValueError: /usr/bin/python does not match the python default version. It must be reset to point to python2.6
  54. dpkg: error processing python-zope.interface (--configure):
  55.  subprocess installed post-installation script returned error exit status 1
  56. configured to not write apport reports
  57.                                       Errors were encountered while processing:
  58.  python-crypto
  59.  python-serial
  60.  python-zope.interface
  61. E: Sub-process /usr/bin/dpkg returned an error code (1)
  62. root@magic:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement