beremiz

Runtime/win32: no sys.stdout with pythonw.exe

2023-09-28, Edouard Tisserant
832bcf1b5b60
file isExecutable
Runtime/win32: no sys.stdout with pythonw.exe
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER