zkharazishvili / sopcast-player

Automatically exported from code.google.com/p/sopcast-player
0 stars 0 forks source link

libglade-WARNING **: could not find glade file #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install sp-auth
2. install libstdcpp5
3. make and install sopcast-player

What is the expected output? What do you see instead?

[root@localhost sopcast-player-0.3.3]# sopcast-player

(sopcast-player.py:23093): libglade-WARNING **: could not find glade file
'/usr/share/sopcast-player/lib/../ui/SopCastClientMissing.glade'
Traceback (most recent call last):
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 1781, in
<module>
    pySop.main()
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 508, in main
    self.show_missing_sopcast_client_dialog()
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 527, in
show_missing_sopcast_client_dialog
    tree = gtk.glade.XML(gladefile, "sopcast-client-missing-dialog")
RuntimeError: could not create GladeXML object

What version of the product are you using? On what operating system?

Python 2.6.4
sopcast-player-0.3.3
sp-sc-auth  SC Version: 3.2.6
vlc 1.0.4
gcc  4.4.1 (GCC)

Linux localhost.localdomain 2.6.31.5-desktop-1mnb #1 SMP Fri Oct 23
01:46:54 EDT 2009 i686 Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz
GNU/Linux

Distributor ID: MandrivaLinux
Description:    Mandriva Linux 2010.0
Release:        2010.0
Codename:       adelie

Original issue reported on code.google.com by linu...@gmail.com on 17 Jan 2010 at 5:14

GoogleCodeExporter commented 8 years ago
You haven't installed the sp-auth package yet. sp-auth is a closed-source (but 
free)
library that takes care of all the streaming. You can find the source package 
for
sp-auth in the Downloads section.

Original comment by flyguy97 on 17 Jan 2010 at 7:00

GoogleCodeExporter commented 8 years ago
[root@localhost ~]# which sp-sc-auth
/usr/bin/sp-sc-auth

===============================
[root@localhost ~]# ln -s /usr/bin/sp-sc-auth /usr/bin/sp-sc

===============================

what's it finding was not sp-sc-auth but sp-sc......oh,my.......

Original comment by linu...@gmail.com on 17 Jan 2010 at 7:30

GoogleCodeExporter commented 8 years ago
Sorry about that, the author of sp-auth renamed it to sp-sc-auth and for 
backwards
compatibility reasons I wanted to maintain the old name. When I get some spare 
time I
will write a makefile that places everything correctly.

Original comment by flyguy97 on 17 Jan 2010 at 9:16

GoogleCodeExporter commented 8 years ago
it work perfect,
thank you very much :-)

Original comment by linu...@gmail.com on 17 Jan 2010 at 9:44

GoogleCodeExporter commented 8 years ago

Original comment by flyguy97 on 24 Apr 2011 at 4:32