Guest User

Untitled

a guest
Jun 18th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. jonathan@pawn:~/src$ ./vodafone-mobile-connect-card-driver-for-linux-2.0.beta3-ubuntu-amd64-installer.run
  2. Verifying archive integrity... All good.
  3. Uncompressing vmccdfl-2.0.beta3...
  4. Installing the package
  5. Selecting previously deselected package vodafone-mobile-connect-card-driver-for-linux.
  6. (Reading database ... 162084 files and directories currently installed.)
  7. Unpacking vodafone-mobile-connect-card-driver-for-linux (from vodafone-mobile-connect-card-driver-for-linux_2.0.beta3_amd64.deb) ...
  8. dpkg: dependency problems prevent configuration of vodafone-mobile-connect-card-driver-for-linux:
  9. vodafone-mobile-connect-card-driver-for-linux depends on python (<< 2.6); however:
  10. Version of python on system is 2.6.2-0ubuntu1.
  11. dpkg: error processing vodafone-mobile-connect-card-driver-for-linux (--install):
  12. dependency problems - leaving unconfigured
  13. Errors were encountered while processing:
  14. vodafone-mobile-connect-card-driver-for-linux
  15. Reading package lists...
  16. Building dependency tree...
  17. Reading state information...
  18. Correcting dependencies... Done
  19. The following packages were automatically installed and are no longer required:
  20. menu python-twisted-mail python-twisted-bin nspluginwrapper python-openssl python-twisted-lore python-twisted-news python-twisted-conch
  21. python-twisted-words python-twisted-web python-twisted python-serial p7zip python-pam python-tz libnetfilter-queue1 libnfnetlink0 python-twisted-core
  22. python-zopeinterface python-twisted-names dia-common python-twisted-runner python-pyopenssl python-crypto
  23. Use 'apt-get autoremove' to remove them.
  24. The following packages will be REMOVED:
  25. vodafone-mobile-connect-card-driver-for-linux
  26. 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  27. 1 not fully installed or removed.
  28. After this operation, 11.0MB disk space will be freed.
  29. (Reading database ... 163416 files and directories currently installed.)
  30. Removing vodafone-mobile-connect-card-driver-for-linux ...
  31. Selecting previously deselected package vodafone-mobile-connect-card-driver-for-linux.
  32. (Reading database ... 162089 files and directories currently installed.)
  33. Unpacking vodafone-mobile-connect-card-driver-for-linux (from vodafone-mobile-connect-card-driver-for-linux_2.0.beta3_amd64.deb) ...
  34. dpkg: dependency problems prevent configuration of vodafone-mobile-connect-card-driver-for-linux: vodafone-mobile-connect-card-driver-for-linux depends on python (<< 2.6); however:
  35. Version of python on system is 2.6.2-0ubuntu1.
  36. dpkg: error processing vodafone-mobile-connect-card-driver-for-linux (--install):
  37. dependency problems - leaving unconfigured
  38. Errors were encountered while processing:
  39. vodafone-mobile-connect-card-driver-for-linux
  40. Configuring the system...
  41.  
  42. Installation complete!
  43.  
  44. Use vodafone-mobile-connect-card-driver-for-linux command or the direct access in your Internet menu in order to run the application.
  45. jonathan@pawn:~/src$ ldd vodafone-mobile-connect
  46. vodafone-mobile-connect-card-driver-for-linux-2.0.beta3-ubuntu-amd64-installer.run
  47. vodafone-mobile-connect_svn20090502_all.deb
  48. jonathan@pawn:~/src$ cd /home/jonathan/
  49. jonathan@pawn:~$ ldd
  50. Display all 112 possibilities? (y or n)
  51. jonathan@pawn:~$ ldd vodafone-mobile-connect-card-driver-for-linux
  52. ldd: ./vodafone-mobile-connect-card-driver-for-linux: No such file or directory
  53. jonathan@pawn:~$ vodafone-mobile-connect-card-driver-for-linux
  54. Traceback (most recent call last):
  55. File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 694, in run
  56. runApp(config)
  57. File "/usr/lib/python2.6/dist-packages/twisted/scripts/twistd.py", line 23, in runApp
  58. _SomeApplicationRunner(config).run()
  59. File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 411, in run
  60. self.application = self.createOrGetApplication()
  61. File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 494, in createOrGetApplication
  62. application = getApplication(self.config, passphrase)
  63. --- <exception caught here> ---
  64. File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 505, in getApplication
  65. application = service.loadApplication(filename, style, passphrase)
  66. File "/usr/lib/python2.6/dist-packages/twisted/application/service.py", line 390, in loadApplication
  67. application = sob.loadValueFromFile(filename, 'application', passphrase)
  68. File "/usr/lib/python2.6/dist-packages/twisted/persisted/sob.py", line 215, in loadValueFromFile
  69. exec fileObj in d, d
  70. File "/usr/share/vodafone-mobile-connect-card-driver-for-linux/gtk-tap.py", line 35, in <module>
  71. from vmc.common.startup import create_skeleton_and_do_initial_setup
  72. exceptions.ImportError: No module named vmc.common.startup
  73.  
  74. Failed to load application: No module named vmc.common.startup
  75.  
  76. jonathan@pawn:~$
Add Comment
Please, Sign In to add comment