Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th March 2011, 03:26 AM
Deb's Avatar
Deb Offline
Registered User
 
Join Date: Feb 2005
Location: Maryland USA
Posts: 190
linuxfedorafirefox
Howto install Pithos in Fedora 14

If you enjoy listening to Pandora but hate the Web app. Then you might like Pithos. This is a launchpad project by Kevin Mehall- and he has written a nifty little python program. He has provided a .deb package but I did not find a .rpm (may be I have not searched hard!)

However the building and installng the package as described here works on F14 with the following modifications.
Code:
$ su
#yum install python pyxdg pygobject2 gstreamer-python notify-python gtk2-python dbus-python gstreamer-plugins-good gstreamer-plugins-bad python-distutils-extra
Then,

Code:
cd ~/Download
bzr branch lp:pithos pithos
cd pithos
sudo python setup.py install --prefix=/usr
First I tried /usr/local/ as described in Kevin's page. But due to a bug I was ending up with
Code:
ImportError: no module named pithos
This is due to "/usr/local/lib/python2.7/site-packages" not being in the PYTHONPATH. If you would like to run setup.py with --prefix=/usr/local then add
Code:
sys.path.append("/usr/local/lib/python2.7/site-packages/")
at line 21 of /usr/local/bin/pithos. You can also achive the same effect by adding
Code:
export PYTHONPATH="/usr/local/lib/python2.7/site-packages:$PYTHONPATH"
in your .bashrc file.
Reply With Quote
  #2  
Old 13th January 2012, 12:18 PM
don762003 Offline
Registered User
 
Join Date: Nov 2008
Location: Palm Harbor, FL
Posts: 6
linuxchrome
Re: Howto install Pithos in Fedora 14

I followed your instructions here everything went well I just had to do add a couple of other packages though. But when I try to run pithos I get


** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
File "/usr/bin/pithos", line 51, in <module>
from pithos import AboutPithosDialog, PreferencesPithosDialog, StationsDialog
File "/usr/bin/pithos.py", line 51, in <module>
from pithos import AboutPithosDialog, PreferencesPithosDialog, StationsDialog
ImportError: cannot import name AboutPithosDialog


On fedora 16
Reply With Quote
  #3  
Old 4th March 2012, 05:46 AM
DazedSpy Offline
Registered User
 
Join Date: Feb 2012
Location: San Diego
Posts: 1
linuxfirefox
Re: Howto install Pithos in Fedora 14

Any chance you could rehash the instructions fully (including the ones posted on the pithos page) on here and for f16?
Reply With Quote
  #4  
Old 20th May 2012, 04:15 AM
matth45 Offline
Registered User
 
Join Date: Jun 2007
Posts: 148
linuxchrome
Re: Howto install Pithos in Fedora 14

I just came across this, and I'd like to note that I have pithos working under f16. The only big difference from the above instructions is that they seem to have moved to git, so follow the instructions on here to check out the package: http://kevinmehall.net/p/pithos/index.html

If you get messages like don762003 mentioned, it just means python isn't finding the pithos egg, probably because you put it in site-packages with a /usr/local prefix. I added the site packages directory a little differently than Deb, so if his version isn't working for you you can try this:

Open /usr/local/bin/pithos with root access in a text editor. Add these two lines somewhere before 'import pithos':

import site
site.addsitedir('/usr/local/lib/python2.7/site-packages')
Reply With Quote
Reply

Tags
fedora, howto, install, pithos

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HOWTO: Install Irfanview - Ver 4.27 in Fedora 14 lkraemer Guides & Solutions (No Questions) 4 31st July 2011 01:18 AM
HowTo: Install Fedora 11 on a MacBook BlueC Guides & Solutions (No Questions) 5 22nd June 2009 11:04 AM
HOWTO: Install Fedora onto a USB pen ! thewonderer57 Guides & Solutions (No Questions) 0 9th April 2009 11:58 PM
howto install 32 lib on Fedora 9 x86_64? lukeb Using Fedora 6 9th April 2009 04:16 PM
HOWTO INSTALL xen on fedora 10 wyattno26 Using Fedora 2 4th December 2008 09:30 AM


Current GMT-time: 19:48 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat