Press 'F12' to switch between the
Editor Pane and the
interactive shell.
This showcase uses the sample program preprocess.py
, described
in the Python tutorial, located
by default in install dir\Komodo x.x\samples\python_tutorials.
Before you start: Configure the interactive shell preferences to load the Python shell by default.
The key bindings mentioned below are part of the default key binding scheme.
preprocess.py
,
select contenttype
.import
and press 'Ctrl'+'V'. Press 'Enter' to load the
module.help (
and press 'Ctrl'+'V'
again to paste contenttype
. Add a period.getContentType
.getContentType
, then enter a
closing parenthesis and press 'Enter'.