If there's software you need and you can't find, make a request for it.
-
Proioxis
- Posts: 6
- Joined: 23. Nov 2012, 02:41
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

-
Akuna
- Salix Wizard
- Posts: 1038
- Joined: 14. Jun 2009, 12:25
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.

What really matters is where you are going, not where you come from.
-
Proioxis
- Posts: 6
- Joined: 23. Nov 2012, 02:41
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.

-
Akuna
- Salix Wizard
- Posts: 1038
- Joined: 14. Jun 2009, 12:25
Post
by Akuna »
You are most welcome. Thanks for the thanks


What really matters is where you are going, not where you come from.