Posts by Thiago • 51 points
4 posts
-
0
votes1
answer419
viewsQ: Python - API 2.0 Zenvia - urllib.error.Httperror: HTTP Error 400: Bad Request
The software below has the following intention: extract data from an excel file. XLS and send SMS with information extracted through the Zenvia platform. Here follows the API 2.0 link of the Zenvia…
-
1
votes1
answer1060
viewsA: Python - "Error: Indexerror: list index out of range"
Solution, I placed within the loop the following condition: if n >= worksheet.nrows: break
-
1
votes1
answer1060
viewsQ: Python - "Error: Indexerror: list index out of range"
I cannot find the cause of the error. The program runs well, displays all rows in the table, however, this error message appears. import re import xlrd wb = xlrd.open_workbook('exemplo.xls',…
-
3
votes2
answers1042
viewsQ: Python - Selenium send_keys() does not work in this form field
I made the correct identification with xPath, the software . clear() works perfectly, however send_keys does not work at all. Follow the HTML code of the form: <input id="yui-gen19"…