when start, then crash: error in sopcast-player.py and VLCWidget.py

Bug #902735 reported by crtm
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
sopcast-player
New
Undecided
Unassigned

Bug Description

In terminal, say "imported error":

sopcast-player

(sopcast-player.py:3289): Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «pixmap»,

(sopcast-player.py:3289): Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «pixmap»,

(sopcast-player.py:3289): Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «pixmap»,

(sopcast-player.py:3289): Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «pixmap»,
Traceback (most recent call last):
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 36, in <module>
    from VLCWidget import VLCWidget
  File "/usr/share/sopcast-player/lib/VLCWidget.py", line 32, in <module>
    import vlc_1_0_x
ImportError: No module named vlc_1_0_x

Revision history for this message
Bo Rosén (bo-rosen) wrote :

This affects me as well, though I used ppa:ferramroberto/sopcast
 to install.

Revision history for this message
Bo Rosén (bo-rosen) wrote :

Though this one worked ppa:jason-scheunemann/ppa

Revision history for this message
crtm (carlosrtm) wrote :

Dear Bo Rosén (bo-rosen)

It work's fpr me. I'm cancel the ppa:ferramroberto/sopcast and

instal the ppa:jason-scheunemann/ppa

uninstal and re-install sopcast-player, and a segment fault occurs (in 64 bit). But, i'm follow this link:

https://bugs.launchpad.net/sopcast-player/+bug/875793:

Edit /usr/share/sopcast-player/lib/vlc_1_0_x.py (with the root privileges).
At line 5453:

replace,
callbackmethod=ctypes.CFUNCTYPE(None, Event, ctypes.c_void_p)
by,

callbackmethod=ctypes.CFUNCTYPE(None, ctypes.POINTER(Event), ctypes.c_void_p)

http://code.google.com/p/sopcast-player/issues/detail?id=74

And work fine

Thank's

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.