Arkadaşlar merhaba…python idle da sys.stdout.mode yazdıkda:
import sys
sys.stdout
<idlelib.run.PseudoOutputFile object at 0x05EBAEF0>
sys.stdout.mode
Traceback (most recent call last):
File “<pyshell#2>”, line 1, in
sys.stdout.mode
AttributeError: ‘PseudoOutputFile’ object has no attribute ‘mode’
hem hata veriyor,hemi de sys.stdout u farklı gösteriyor. normalde cmd ile yazdıkda ama istediyim cevapları veriyor…bunun sebebi nedir?
Merhaba, aşağıdaki linkte bulduğum bir cevabı sizinle paylaşmak isterim:
Kaynak: Python 3.4 accessing stdout - Stack Overflow
1 Beğeni