Hi,
Possible bug here:
Any python script converted to a .exe that is designated as a console program will not show any text when used with winflector. It just shows a blinking cursor. Actual input seems to work OK, but nothing ever changes on the screen.
Also if you try to run the .exe from cmd added to winflector the result is the same.
Steps to reproduce:
Python3 script:
if __name__ == "__main__":
print("TEST")
input("test2")
Then use cxfreeze to generate a setup.py with
cxfreeze-quickstart
and then use:
python setup.py bdist_msi
to generate a msi package. run it, install it and then link it to winflector.