Page MenuHomeSolus

Python IDLE
Closed, ResolvedPublic

Description

IDLE is Python’s Integrated Development and Learning Environment.

IDLE has the following features:

coded in 100% pure Python, using the tkinter GUI toolkit
cross-platform: works mostly the same on Windows, Unix, and Mac OS X
Python shell window (interactive interpreter) with colorizing of code input, output, and error messages
multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features
search within any window, replace within editor windows, and search through multiple files (grep)
debugger with persistent breakpoints, stepping, and viewing of global and local namespaces
configuration, browsers, and other dialogs

IDLE is Python’s Integrated Development and Learning Environment.

IDLE has the following features:

coded in 100% pure Python, using the tkinter GUI toolkit
cross-platform: works mostly the same on Windows, Unix, and Mac OS X
Python shell window (interactive interpreter) with colorizing of code input, output, and error messages
multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features
search within any window, replace within editor windows, and search through multiple files (grep)
debugger with persistent breakpoints, stepping, and viewing of global and local namespaces
configuration, browsers, and other dialogs

You can reach to documentation via the link : https://docs.python.org/3/library/idle.html

At the top of the page, there is also a link to the source code

Event Timeline

You can run IDLE from the terminal if you have tk installed, maybe we need to add a .desktop file for it?

foreach ($list as $item) {
$ idle
** IDLE can't import Tkinter.
Your Python may not be configured for Tk. **


  work_miracles($item);
}

What should I do? I did "eopkg it tk" but still the same.

I think he meant python-tkinter installed

thx it worked but it is 2.x when I tried idle3 it gives the same error --can't importTkinter-- which package I should install for idle3

DataDrake claimed this task.
DataDrake added a subscriber: DataDrake.

We have IDLE.