Advertisement
zinosat

python-esl

Apr 2nd, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. zino@pbx:~$ python esl.py
  2. Traceback (most recent call last):
  3. File "esl.py", line 6, in <module>
  4. import ESL
  5. ImportError: No module named ESL
  6. zino@pbx:~$ sudo apt-get install python-esl
  7. Reading package lists... Done
  8. Building dependency tree
  9. Reading state information... Done
  10. The following extra packages will be installed:
  11. python-support
  12. The following NEW packages will be installed:
  13. python-esl python-support
  14. 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
  15. Need to get 205 kB of archives.
  16. After this operation, 512 kB of additional disk space will be used.
  17. Do you want to continue? [Y/n]
  18. Get:1 http://ftp.it.debian.org/debian/ jessie/main python-support all 1.0.15 [33.6 kB]
  19. Get:2 http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie/main python-esl amd64 1.6.7~14~d38d065-1~jessie+1 [171 kB]
  20. Fetched 205 kB in 1s (183 kB/s)
  21. Selecting previously unselected package python-support.
  22. (Reading database ... 46456 files and directories currently installed.)
  23. Preparing to unpack .../python-support_1.0.15_all.deb ...
  24. Unpacking python-support (1.0.15) ...
  25. Selecting previously unselected package python-esl.
  26. Preparing to unpack .../python-esl_1.6.7~14~d38d065-1~jessie+1_amd64.deb ...
  27. Unpacking python-esl (1.6.7~14~d38d065-1~jessie+1) ...
  28. dpkg: error processing archive /var/cache/apt/archives/python-esl_1.6.7~14~d38d065-1~jessie+1_amd64.deb (--unpack):
  29. trying to overwrite '/usr/share/pyshared/ESL.py', which is also in package freeswitch-all 1.6.7~14~d38d065-1~jessie+1
  30. dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  31. Processing triggers for man-db (2.7.0.2-5) ...
  32. Errors were encountered while processing:
  33. /var/cache/apt/archives/python-esl_1.6.7~14~d38d065-1~jessie+1_amd64.deb
  34. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement