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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-31-2003, 06:01 PM
|
#1
|
Member
Registered: Aug 2003
Location: right behind u
Distribution: Rh 9
Posts: 67
Rep:
|
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
|
|
|
08-31-2003, 06:52 PM
|
#2
|
Member
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137
Rep:
|
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. ;^)
|
|
|
08-31-2003, 07:22 PM
|
#3
|
Member
Registered: Aug 2003
Location: right behind u
Distribution: Rh 9
Posts: 67
Original Poster
Rep:
|
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
|
|
|
08-31-2003, 07:55 PM
|
#4
|
Member
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137
Rep:
|
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.
|
|
|
09-01-2003, 04:17 PM
|
#5
|
Member
Registered: Aug 2003
Location: right behind u
Distribution: Rh 9
Posts: 67
Original Poster
Rep:
|
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.
|
|
|
09-01-2003, 04:48 PM
|
#6
|
Member
Registered: Aug 2003
Location: right behind u
Distribution: Rh 9
Posts: 67
Original Poster
Rep:
|
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
|
|
|
09-01-2003, 05:10 PM
|
#7
|
Member
Registered: Aug 2003
Location: right behind u
Distribution: Rh 9
Posts: 67
Original Poster
Rep:
|
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
|
|
|
09-01-2003, 07:06 PM
|
#8
|
Member
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137
Rep:
|
Great. Glad you got it. And, yeah, you do have to pay attention, or know where to ask for help! Take it easy.
|
|
|
All times are GMT -5. The time now is 10:10 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|