py_ext/README
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Tue, 20 Jun 2017 18:57:29 +0300
changeset 1700 df50e13a94d6
parent 721 ecf4d203c4d4
permissions -rw-r--r--
fix problem with hidden FindInPou dialog with wxPython 3.0 on Windows

FindInPou.IsShown() returned True, but dialog was hidden.
At same time On GNU/Linux with wxPython 3.0 there wasn't such problem.
So it's Windows specific.
668
048f5a923c86 Better name for python plugin
Edouard Tisserant
parents: 366
diff changeset
     1
Asynchronous Python Interpreter