cx-extractor-python icon indicating copy to clipboard operation
cx-extractor-python copied to clipboard

print 和 write输出结果都有问题

Open BJdeBordeaux opened this issue 5 years ago • 0 comments

Traceback (most recent call last):
  File "testEnglish.py", line 11, in <module>
    textfile.write(text)
TypeError: write() argument must be str, not coroutine

print则会显示内存地址,而不是文本 不管是在testEnglish.py还是我自己写的脚本中都有这个问题 多线程小白不知道怎么处理 提前谢谢

BJdeBordeaux avatar Jan 26 '21 10:01 BJdeBordeaux