Page 1 of 1

Idle

Posted: 23. Nov 2012, 05:09
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 :)

Re: Idle

Posted: 23. Nov 2012, 05:36
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.

Re: Idle

Posted: 23. Nov 2012, 22:08
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. :)

Re: Idle

Posted: 24. Nov 2012, 06:51
by Akuna
You are most welcome. Thanks for the thanks ;)