Oct-09-2017, 07:06 AM
(This post was last modified: Oct-09-2017, 07:07 AM by crystalteoh92.)
(Oct-09-2017, 06:31 AM)buran Wrote: this error looks inconsistent with your code.
The linecall.append(dflist[i]['text'])
is on line 15 in your code and according to error - it is on line 2.
Also note the difference dfList on line#2 and dflist on line#15 - I would guess these are same
i didnt run the whole python code in one go, i run them in a few times. Thats why the line is different. And yes, the error is on line 15 but not line 2. Do you have any idea what cause this error?
I tried running by changing dfList in line2 to dflist, but it still doesn't work.