向各位老师求助python3中一个函数没有属性的解决办法?
运行python3 中此函数 io.TextIOWrapper(sys.stdout.buffer ,encoding='utf-8') ,出现如下错误,没有buffer属性,,在网中搜索不到解决办法,求助各位老师、大师如何正确使用此函数,函数中的参数用什么代替?首先谢谢大家sys.stdout= io.TextIOWrapper(sys.stdout.buffer ,encoding='utf-8')
AttributeError: 'StdOutputFile' object has no attribute 'buffer'
在IDLE的交互模式运行,sys.stdout是没有buffer属性的,换个方式 等一个大佬解答 https://blog.csdn.net/weixin_30773135/article/details/94853228
页:
[1]