|
发表于 2010-6-3 19:50:40
|
显示全部楼层
非常感谢 freeobject 的帮助,谢谢。
4.进入sopcast-player-0.3.3文件夹执行
#make
#make install
成功安装了。
5. 启动 sopcast-player
#sopcast-player
出现了如下错误:
Traceback (most recent call last):
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 1780, in <module>
pySop = pySopCast()
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 368, 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'
不好意思,这是怎么了,是 vlc 的版本太低吗,debian5.04 中 vlc 的版本为 0.8.6h |
|