need module audioop

To use papagayo i need.
ImportError: No module named audioop

You should realy be more talkative. We are not clairvoyant.

What version of openSUSE. Where do you get that message (on installation, on usage)?

Thought you could see which opensuse version I use.
Opensuse 12.3 64 bits application papagayo .
Audioop module is needed for python I think.
Started python papagayo.py

anton@linux-ws:~/papagayo-master> python papagayo.py
Traceback (most recent call last):
  File "papagayo.py", line 25, in <module>
    from LipsyncFrame import LipsyncFrame
  File "/home/anton/papagayo-master/LipsyncFrame.py", line 30, in <module>
    from WaveformView import WaveformView
  File "/home/anton/papagayo-master/WaveformView.py", line 29, in <module>
    from LipsyncDoc import *
  File "/home/anton/papagayo-master/LipsyncDoc.py", line 26, in <module>
    import SoundPlayer
  File "/home/anton/papagayo-master/SoundPlayer.py", line 2, in <module>
    import audioop
ImportError: No module named audioop
anton@linux-ws:~/papagayo-master> 


On Tue 18 Feb 2014 03:16:01 PM CST, anton wrote:

Code:

anton@linux-ws:~/papagayo-master> python papagayo.py
Traceback (most recent call last):
File “papagayo.py”, line 25, in <module>
from LipsyncFrame import LipsyncFrame
File “/home/anton/papagayo-master/LipsyncFrame.py”, line 30, in
<module> from WaveformView import WaveformView
File “/home/anton/papagayo-master/WaveformView.py”, line 29, in
<module> from LipsyncDoc import *
File “/home/anton/papagayo-master/LipsyncDoc.py”, line 26, in <module>
import SoundPlayer
File “/home/anton/papagayo-master/SoundPlayer.py”, line 2, in <module>
import audioop
ImportError: No module named audioop
anton@linux-ws:~/papagayo-master>


Hi
The module is not compiled into python by default (seems to be a
security risk), the version from here doesn’t have it…
http://www.lostmarble.com/papagayo/

So you would need to re-comile python and enable audioop probably.


Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.2 Kernel 3.11.10-7-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!

On Tue 18 Feb 2014 04:11:29 PM CST, malcolmlewis wrote:

[QUOTE]
On Tue 18 Feb 2014 03:16:01 PM CST, anton wrote:

Code:

anton@linux-ws:~/papagayo-master> python papagayo.py
Traceback (most recent call last):
File “papagayo.py”, line 25, in <module>
from LipsyncFrame import LipsyncFrame
File “/home/anton/papagayo-master/LipsyncFrame.py”, line 30, in
<module> from WaveformView import WaveformView
File “/home/anton/papagayo-master/WaveformView.py”, line 29, in
<module> from LipsyncDoc import *
File “/home/anton/papagayo-master/LipsyncDoc.py”, line 26, in <module>
import SoundPlayer
File “/home/anton/papagayo-master/SoundPlayer.py”, line 2, in <module>
import audioop
ImportError: No module named audioop
anton@linux-ws:~/papagayo-master>


Hi
The module is not compiled into python by default (seems to be a
security risk), the version from here doesn’t have it…
http://www.lostmarble.com/papagayo/

So you would need to re-comile python and enable audioop probably.

[/QUOTE]
Hi
If you look at the build logs on OBS, you can see the module being
removed,


rm /home/abuild/rpmbuild/BUILDROOT/python-2.7.6-10.1.i386/usr/lib/python2.7/lib-dynload/audioop.so

It’s also removed in the 2.7.5 version.

Maybe raise a bug on this?


Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.2 Kernel 3.11.10-7-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!

okay thanks good to know