diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-04 15:42:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-07 14:43:56 +0700 |
commit | e052b48c31057d44a5ef4f506b8af626e1fe9a90 (patch) | |
tree | c8c175fbc0e5e4e12e5918aacd02dea98589766e /development/PythonToolkit/README | |
parent | ff0217a2d2f9f937d814453e5513460a294737df (diff) |
development/PythonToolkit: Updated for version 14.04.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/PythonToolkit/README')
-rw-r--r-- | development/PythonToolkit/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/PythonToolkit/README b/development/PythonToolkit/README index bcc61cd15a71..9039062efe40 100644 --- a/development/PythonToolkit/README +++ b/development/PythonToolkit/README @@ -2,3 +2,12 @@ Python Toolkit (ptk) is an interactive environment for python. Based around a set of interacting tools it includes an interactive console (with support for multiple python interpreters and GUI mainloops), a simple python source editor, a python path manager and namespace browser. + +NOTE: If you are upgrading from previous versions the configuration may have changed +between versions, this can give strange effects with window layouts etc. To fix +any problems it is recommended to run: + +PTK --clear_settings + +This will clear any previously stored settings from previous versions. +Alternatively you can delete the .PTK folder in the home directory. |