LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-27-2005, 09:48 AM   #1
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
streamtuner, python, gobject not found


I downloaded, compiled, and installed the tarball for streamtuner 0.99.99. This is a great utility.

However, it did not go smoothly. I have Mandrake 10.0 with a substantial number of updates, but streamtuner wouldn't configure because it is bleeding-edge on a lot of the dependencies, and my Mandrake installation (from last May) was just too old.

So, after I installed a couple of dozen packages from Mandrake 10.1, and compiled a couple of tarballs to get other things, I got streamtuner to make and install.

The installer didn't work right and I had to do most of the install by cd'ing into the relevant subdirectory and doing a make, make install from the subdirectory. When I was done the whole thing was installed and almost all of it works.

The python plugin doesn't work. It appeared to compile without issue (after I installed an appropriate pygtk version, with its dependencies) and it appeared to install without issue (when I did it from the subdirectory), but when streamtuner starts it gives this error message:

Quote:
Plugin /usr/local/lib/streamtuner/plugins/python.so could not be loaded: could not import gobject.
Well, I don't do python. I don't exactly understand the error message and I hope someone here can tell me so I don't have to spend many hours figuring it out.

The "gobject" appears to be the basic python object type, so I suppose this message is telling me that it is unable to find some python object it needs. But, because the make install didn't work right, I am not sure whether this means I have some library version problem or whether there is some streamtuner file that is missing/improperly located/improperly compiled.

the contents of /usr/local/lib/streamtuner/plugins are as follows:
Quote:
[jiml@Dadsbox plugins]$ ls -al
total 912
drwxr-xr-x 2 root root 4096 Feb 27 09:16 ./
drwxr-xr-x 3 root root 4096 Feb 26 21:55 ../
-rw-r--r-- 1 root root 61476 Feb 27 08:54 live365.a
-rwxr-xr-x 1 root root 803 Feb 27 08:54 live365.la*
-rwxr-xr-x 1 root root 61214 Feb 27 08:54 live365.so*
-rw-r--r-- 1 root root 34820 Feb 27 08:54 local.a
-rwxr-xr-x 1 root root 968 Feb 27 08:54 local.la*
-rwxr-xr-x 1 root root 39567 Feb 27 08:54 local.so*
-rw-r--r-- 1 root root 265434 Feb 27 09:16 python.a
-rwxr-xr-x 1 root root 927 Feb 27 09:16 python.la*
-rwxr-xr-x 1 root root 182152 Feb 27 09:16 python.so*
-rw-r--r-- 1 root root 45308 Feb 27 08:55 shoutcast.a
-rwxr-xr-x 1 root root 817 Feb 27 08:55 shoutcast.la*
-rwxr-xr-x 1 root root 47461 Feb 27 08:55 shoutcast.so*
-rw-r--r-- 1 root root 46768 Feb 27 08:54 xiph.a
-rwxr-xr-x 1 root root 820 Feb 27 08:54 xiph.la*
-rwxr-xr-x 1 root root 47796 Feb 27 08:54 xiph.so*
Anyone here able to point me in the right direction?
 
Old 03-23-2005, 09:23 AM   #2
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Original Poster
Rep: Reputation: 116Reputation: 116
bump
 
Old 08-01-2005, 01:21 AM   #3
Emmanuel_uk
Senior Member
 
Registered: Nov 2004
Distribution: Mandriva mostly, vector 5.1, tried many.Suse gone from HD because bad Novell/Zinblows agreement
Posts: 1,606

Rep: Reputation: 53
Hi,

Same problem here, mandriva 2005LE,
but I downloaded the rpms with urpmi with all the
dependencies.
Saying that after pressing ok on the error message
streamtuner works (but maybe the plugins are missing, no idea).

Have not tried further to solve the problem

regards
 
Old 08-15-2005, 06:09 AM   #4
borromini
Member
 
Registered: Jul 2005
Location: Belgium
Distribution: Zenwalk 2.8
Posts: 35

Rep: Reputation: 15
Sorry for kicking this topic... But you just don't know if anybody has solved it by now . It works surely, because the python stuff is optional. I installed this on Minislack 1.1 (based on Slackware 10.1), and I got an error about libpython2.3so.1.0 not being found, made a symlink to libpython2.4.so.1.0, everything went fine. Now I install it on ZenWalk 1.2 (successor of Minislack 1.1 and still based on 10.1), and now it gives me the error 'could not import gobject', just like you guys have had . Symlinking the libpython stuff doesn't solve it . Anyone?

Last edited by borromini; 08-15-2005 at 10:02 AM.
 
Old 02-27-2006, 09:46 PM   #5
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Original Poster
Rep: Reputation: 116Reputation: 116
My problem finally went away after a python update. Along the way, I installed a whole bunch of packages ( a few hundred of 'em) and the problem vanished. Must have been an incorrect version of some library.
 
Old 10-06-2006, 12:12 PM   #6
xact
LQ Newbie
 
Registered: Oct 2006
Posts: 1

Rep: Reputation: 0
I have had the same problem on debian unstable and I solved it by
only updating my unstable python installation.
Try :

Quote:
apt-list-installed |grep python

# ... some packages listed
# now update these packages with

apt-get install package1 package1 ...
this did the trick for me.

Last edited by xact; 10-06-2006 at 12:16 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
what is closure and marshaller in gobject?? Dstruct0 Programming 0 08-22-2005 04:46 PM
Any body knows something about TypeNode in Gobject? phenix17 Programming 0 07-26-2005 11:18 AM
streamtuner, python, and gobjects jiml8 Programming 0 02-27-2005 02:46 PM
pygtk-2.0 not found during install of gnome-python? morrolan Linux - Software 9 02-02-2004 01:13 AM
Streamtuner synaptical Linux - Software 0 09-18-2003 09:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration