Apart from @{execute}, @{shell_exec} is the Swiss-Army-Knife of Windows process creation. The first parameter is the 'action' or 'verb' to apply to the path; common actions are 'open', 'edit' and 'print'. Notice that these are the actions defined in Explorer (hence the word 'shel...
werkzeug 0.16.0 The Swiss Army knife of Python web development wheel 0.33.6 A built-package format for Python. widgetsnbextension 3.5.1 IPython HTML widgets for Jupyter winpython 2.1.20191018 WinPython distribution tools, including WPPM (package manager) wordcloud 1.5.0 A little word cloud gener...
GUI applications do not have a console so @{print} does not work. @{show_message} will put up a message box to bother users. Here is the old favourite, system message boxes: print(winapi.show_message("Message","stuff\nand nonsense","yes-no","warning")) ...
guiqwt 3.0.3 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) h5py 2.9.0 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) heapdict 1.0.0 (a heap with decrease-key...
You must do this if integrating winapi with GUI toolkits such as wxLua or IUP.The basic rule for callbacks enforced by winapi is that only one may be active at a time; otherwise we would risk re-entering Lua on another thread, using the same Lua state. So be quick when responding ...