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