Posted May 01, 2018 by Fascimania
This update changes the place at which the read path detection takes place. Previously, the read path would be detected while importing the module, but it has been moved to the start of the create_window call. This allows one to "import appgamekit" inside IDLE's Python Shell and use Python's interactive help on the module and its functions. Before this change, importing would raise an error and fail in this scenario.
There were also a few minor tweaks to the help found in the pyd and the pyi files.