Monday, November 1, 2010

Install Sopcast Player in Ubuntu 10.10 Maverick

  • เราสามารถติดตั้ง Sopcast บน Maverick โดยใช้วิธีแบบ Lucid ตามบทความนี้ได้เลย
  • หรือดาวน์โหลด 3 ไฟล์เนี๋ยติดตั้งเองก็ได้เช่นกัน
  • แต่มันมีปัญหาบน Maverick ซะงั้น พอรัน sopcast-player ผ่าน terminal มันขึ้น error งี้หว่า
jui@home-desktop:~$ sopcast-player

Traceback (most recent call last):
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 1783, in
pySop = pySopCast()
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 371, in __init__
self.vlc = VLCWidget.VLCWidget(*p)
File "/usr/share/sopcast-player/lib/VLCWidget.py", line 28, in __init__
self.player=instance.mediacontrol_new_from_instance()
AttributeError: 'Instance' object has no attribute 'mediacontrol_new_from_instance'

Solved

sudo apt-get install unzip

cd && wget http://www.mattrudge.net/files/sopcast-player_vlc1.1x-fix.zip

unzip sopcast-player_vlc1.1x-fix.zip

sudo mv vlc.py /usr/share/sopcast-player/lib/

sudo mv VLCWidget.py /usr/share/sopcast-player/lib/

Related

Refer
  • http://www.linuxlearningzone.com/install-fixed-sopcast-player-in-ubuntu-10-10-maverick-meerkat-with-vlc-1-1-x/

No comments:

Post a Comment

Popular Posts