1 Dec
2022
1 Dec
'22
2:18 p.m.
- indeed python print does not work inside cmd: `wine python -c 'print(4)'` works, but `wine cmd /C "python -c 'print(4)'"` does not print anything, but wine cmd /C "python -V" works, investigating... - ok, I added the GetConsoleMode check for that case -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1626#note_18244