Message375413
This is normal, if obscure, behaviour. Pythonw starts without a console, and so stdout is not connected to anything. As a result, you can't print (or pprint).
You'll need to set sys.stdout to something or provide a file if you want to print output.
If someone wants to contribute a specialised sys.stdout implementation that can raise a more helpful error message in this case, that would be helpful. But as it's a breaking change it would only go into 3.10. |
|
Date |
User |
Action |
Args |
2020-08-14 15:19:08 | steve.dower | set | recipients:
+ steve.dower, paul.moore, tim.golden, ned.deily, zach.ware, luizeldorado |
2020-08-14 15:19:08 | steve.dower | set | messageid: <1597418348.67.0.574294369068.issue41546@roundup.psfhosted.org> |
2020-08-14 15:19:08 | steve.dower | link | issue41546 messages |
2020-08-14 15:19:08 | steve.dower | create | |
|