Page 1 of 1

ID(L)E for Python

Posted: 17. Jun 2011, 18:30
by mimosa
I'm starting to learn Pỳthon and many guides tell you to use IDLE./usr/bin/idle exists but when I try to run it, it complains that Python "may not be configured" to work with TKinter.

The messages are slightly different, but broadly the same problem occurs with IDLE in Ratpoison 13.37 beta and XFCE 13.1

I searched the repos and src for a few likely-sounding things that might be missing, but I don't really know what to look for.

Can I just use Geany or GVim instead? Or is it worth holding out for Python's recommended bespoke tool?

Re: ID(L)E for Python

Posted: 17. Jun 2011, 18:48
by gapan
Install tk/tcl.

And of course you can use any editor you like.

Re: ID(L)E for Python

Posted: 17. Jun 2011, 18:52
by mimosa
Thanks Gapan :)

Up and running in three seconds 8-)

I thought I'd tried searching for that ... :oops: