LinuxQuestions.org
Help answer threads with 0 replies.
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 08-31-2003, 06:01 PM   #1
mercutio
Member
 
Registered: Aug 2003
Location: right behind u
Distribution: Rh 9
Posts: 67

Rep: Reputation: 15
bittorrent and python


ok i read around about this, but still don't get it. i dl BT and latest version of python, i installed python and then tried to install BT, but it says i need the python-base (see below). what am i doing wrong, i am totally confused here. i also do notice that when i run python it says v2.2.2 and BT needs >=2.3, but i ran apt-get and it installed python for me - shouldn't it be 2.3 the latest version?

[root@localhost root]# cd ./appz
[root@localhost appz]# rpm -Uvh bittorrent-3.2.1b-5mdk.noarch.rpm
error: Failed dependencies:
python-base >= 2.3 is needed by bittorrent-3.2.1b-5mdk
python-base is needed by bittorrent-3.2.1b-5mdk
[root@localhost appz]# python
Python 2.2.2 (#1, Feb 24 2003, 19:13:11)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

please help, i would really like to get this up and running.

thanks,

m
 
Old 08-31-2003, 06:52 PM   #2
wallison
Member
 
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137

Rep: Reputation: 18
2.3 is the latest version of Python. Doesn't mean your apt repository is going to have it. I think that there's a rpm at www.python.org. Hopefully that will get you going. Unless there are other failed dependencies. ;^)
 
Old 08-31-2003, 07:22 PM   #3
mercutio
Member
 
Registered: Aug 2003
Location: right behind u
Distribution: Rh 9
Posts: 67

Original Poster
Rep: Reputation: 15
i have python 2.3 installed and it works:

[root@localhost root]# python2.3
Python 2.3 (#1, Aug 26 2003, 15:53:29)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

but, still get this:

[root@localhost appz]# rpm -Uvh bittorrent-3.2.1b-5mdk.noarch.rpm
error: Failed dependencies:
python-base >= 2.3 is needed by bittorrent-3.2.1b-5mdk
python-base is needed by bittorrent-3.2.1b-5mdk


what gives? i am totally confused. thanks.

m
 
Old 08-31-2003, 07:55 PM   #4
wallison
Member
 
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137

Rep: Reputation: 18
I should mention that I don't have bittorrent installed, but by looking at your post it seems that when you type "python" it reports 2.2.2. But when you type "python2.3" it reports version 2.3. Is there more than one version installed? What do you get when you type "rpm -qa | grep python"? And it looks like your using a Mandrake RPM, but your profile says RH 9. Could that have anything to do with it? Just a couple of thoughts.
 
Old 09-01-2003, 04:17 PM   #5
mercutio
Member
 
Registered: Aug 2003
Location: right behind u
Distribution: Rh 9
Posts: 67

Original Poster
Rep: Reputation: 15
thanks for the help. here's what i get with that:

[root@localhost root]# rpm -qa | grep python
gnome-python2-canvas-1.99.14-5
python2.3-2.3-4pydotorg
python2.3-docs-2.3-4pydotorg
python-optik-1.4-2
rpm-python-4.2-0.69
libxml2-python-2.5.4-1
gnome-python2-bonobo-1.99.14-5
python-devel-2.2.2-26
python2.3-tkinter-2.3-4pydotorg
python-2.2.2-26
mod_python-3.0.1-3
gnome-python2-gtkhtml2-1.99.14-5
gnome-python2-1.99.14-5
python2.3-tools-2.3-4pydotorg

i am still too new to know what all that means. how do you know that it is a Mandrake rpm that i'm using? when i downloaded python it was the linux rpms that i clicked on, found here:

http://www.python.org/2.3/rpms.html

do i need to uninstall/reinstall some stuff? i'm still not able to get BT installed yet. thanks again for your help.

m

Last edited by mercutio; 09-01-2003 at 04:27 PM.
 
Old 09-01-2003, 04:48 PM   #6
mercutio
Member
 
Registered: Aug 2003
Location: right behind u
Distribution: Rh 9
Posts: 67

Original Poster
Rep: Reputation: 15
oh, i see. i have the mandrake bittorrent install. it says on the site go here

http://rpmfind.net/linux/rpm2html/se...ery=BitTorrent

for redhat rpms, but when you get there it's for mandrake? where are the redhat rpms?

m
 
Old 09-01-2003, 05:10 PM   #7
mercutio
Member
 
Registered: Aug 2003
Location: right behind u
Distribution: Rh 9
Posts: 67

Original Poster
Rep: Reputation: 15
i got it - and installed it. f*#k man, you really have to pay attention to every damn little detail with linux. i guess that is lesson number one. but, what a feeling of accomplishment when i'm done - it's not like clicking three times eh?

m
 
Old 09-01-2003, 07:06 PM   #8
wallison
Member
 
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137

Rep: Reputation: 18
Great. Glad you got it. And, yeah, you do have to pay attention, or know where to ask for help! Take it easy.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
python bittorrent 3.4.2 - how do I open it? rtil Linux - Software 4 11-16-2004 11:56 AM
Python and Bittorrent jorisb Linux - Software 1 10-02-2004 04:21 PM
python and bittorrent dependencies jkassemi Linux - Software 2 05-09-2004 04:39 PM
Bittorrent: python errors davoman Linux - Software 2 04-16-2004 03:45 PM
bittorrent without python.(azureus??) arunshivanandan Linux - Software 7 11-01-2003 11:05 AM

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

All times are GMT -5. The time now is 10:10 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