Skip to Content
Menú
This question has been flagged

Hello Odooers

In odoo8 (python 2.7) StringIO module work Perfectly whenever I run in odoo13 (python 3 & 3.5) given Error like AttributeError: '_io.StringIO' object has no attribute 'next'

When I print input given like <_io.StringIO object at 0x7f6ddeeb6798> also type type then <class '_io.StringIO'>

I used code like this.
from io import StringIO
input = StringIO(data)
line = input.next()

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
d’oct. 23
43707
1
d’oct. 23
5187
2
de febr. 23
5593
1
de des. 22
4751
1
de nov. 22
2649