2016-11-15 03:29:39 +08:00
|
|
|
Python Toolkit (ptk) is an interactive environment for python. Based
|
|
|
|
around a set of interacting tools it includes an interactive console
|
2020-10-13 08:44:21 +08:00
|
|
|
(with support for multiple python interpreters and GUI mainloops),
|
|
|
|
a simple python source editor, a python path manager and namespace
|
|
|
|
browser.
|
2014-04-04 16:42:57 +08:00
|
|
|
|
2020-10-13 08:44:21 +08:00
|
|
|
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:
|
2014-04-04 16:42:57 +08:00
|
|
|
|
|
|
|
PTK --clear_settings
|
|
|
|
|
|
|
|
This will clear any previously stored settings from previous versions.
|
|
|
|
Alternatively you can delete the .PTK folder in the home directory.
|