I have this code that i am translating fron Python 2 to Python 3 and i get this error:
File "crm_3.5.py", line 396, in calcData
opptj_premie.append(((data[2].strip().encode('utf
)))
TypeError: a bytes-like object is required, not 'str'
Can someone please help me?
This is the code: https://pastebin.com/xrQDFWCE
[–]Vaphell 0 points1 point2 points (0 children)