Idle

If there's software you need and you can't find, make a request for it.
Post Reply
Proioxis
Posts: 6
Joined: 23. Nov 2012, 02:41

Idle

Post by Proioxis »

Idle is a program used for python development.

Link to the page - python.org/getit/ (has source code download there)

Your help is appreciated! Thanks :)
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: Idle

Post by Akuna »

Idle is already included in Python by default, however it needs tk as a dependance.

So just install tk and you should be able to execute idle from the terminal.
Image
What really matters is where you are going, not where you come from.
Proioxis
Posts: 6
Joined: 23. Nov 2012, 02:41

Re: Idle

Post by Proioxis »

Akuna wrote:Idle is already included in Python by default, however it needs tk as a dependance.

So just install tk and you should be able to execute idle from the terminal.
you are the kind human being that responded to my other post about qt-recordmydesktop. Yet again, I give you thanks for helping me out. :)
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: Idle

Post by Akuna »

You are most welcome. Thanks for the thanks ;)
Image
What really matters is where you are going, not where you come from.
Post Reply