Fedora This forum is for the discussion of the Fedora Project. |
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.
|
 |
03-13-2006, 06:47 AM
|
#1
|
Member
Registered: Jun 2005
Location: Kentucky
Distribution: Debian
Posts: 795
Rep:
|
Can't Find Python IDLE
I've been on a long journey of trying different distros to find the one that's right for me. I've used Mandriva, Ubuntu, and quite a few others. I've wanted to try Debian but I'll save that for another PC and for when I have 16 CDs. Anyway, I've settled back on Fedora Core 4, and last time I had it I installed installed python's IDLE just fine with yum install idle . For some reason though, this time it says the package isn't available. It's the same CDs and I have all the updates, but IDLE isn't available now. Is there a specific repo I need to enable? I've tried enabling all of them that say development and all of the obvious stuff, I even have kdevelop installed with no problems. I just like IDLE because it checks for errors and gives me a place to test run programs a little more easily than keeping a command line open. Anybody know where IDLE went on me though?
|
|
|
03-13-2006, 06:56 AM
|
#2
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
idle is part of the python-tools package.
|
|
1 members found this post helpful.
|
03-13-2006, 07:07 AM
|
#3
|
Member
Registered: Jun 2005
Location: Kentucky
Distribution: Debian
Posts: 795
Original Poster
Rep:
|
Awesome, I got it. Thank you so much. In my CS class a lot of our homework is done in the interpreter. I must've just been remembering wrong what I did to get IDLE. Leftover memories from "urpmi idle" crossing with yum. Anyway, thanks again.
|
|
|
08-20-2006, 07:55 AM
|
#4
|
Member
Registered: Jan 2005
Location: Newcastle, Australia
Distribution: debian stable
Posts: 394
Rep:
|
Where you able to ge this to run from the prompt. I have fedora 5 and I cannot get idle to run
|
|
|
08-20-2006, 09:10 AM
|
#5
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally Posted by flebber
Where you able to ge this to run from the prompt. I have fedora 5 and I cannot get idle to run
|
In a terminal, run "idle &". If that works fine, then create a menu (or desktop) entry because I don't Fedora Core does it automatically for you. The command for the entry would be /usr/bin/idle.
Last edited by reddazz; 08-20-2006 at 09:11 AM.
|
|
|
08-21-2006, 02:59 AM
|
#6
|
Member
Registered: Jan 2005
Location: Newcastle, Australia
Distribution: debian stable
Posts: 394
Rep:
|
No it still doesn't go
Quote:
[flebber@localhost ~]$ idle
bash: idle: command not found
[flebber@localhost ~]$ /usr/bin/idle
bash: /usr/bin/idle: No such file or directory
[flebber@localhost ~]$ run "idle &"
bash: run: command not found
[flebber@localhost ~]$ idle &
|
|
|
|
08-21-2006, 03:58 AM
|
#7
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
So it seems like you don't have python-tools installed. Whats the output when you run,
Code:
$rpm -qa | grep -i python
|
|
|
08-21-2006, 07:27 AM
|
#8
|
Member
Registered: Jan 2005
Location: Newcastle, Australia
Distribution: debian stable
Posts: 394
Rep:
|
yes that was it just needed to install python-tools. Too easy sometimes.
Thanks
|
|
|
All times are GMT -5. The time now is 08:30 PM.
|
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
|
|