ID(L)E for Python

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

ID(L)E for Python

Post 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?
User avatar
gapan
Salix Wizard
Posts: 6364
Joined: 6. Jun 2009, 17:40

Re: ID(L)E for Python

Post by gapan »

Install tk/tcl.

And of course you can use any editor you like.
Image
Image
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: ID(L)E for Python

Post by mimosa »

Thanks Gapan :)

Up and running in three seconds 8-)

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