Posts by VINICIUS DE AGUIAR Benvinda • 25 points
5 posts
-
0
votes1
answer195
viewsQ: Row 36: Uncaught Typeerror: Cannot read Property 'addeventlistener' of null
Whoa, what’s up, man? I’m doing a various firebase test project. Because he’s making the following mistake: Uncaught TypeError: Cannot read property 'addEventListener' of null This error is being…
-
0
votes1
answer35
viewsA: Install the Six package in the python3.7 project
Try to use the pip install six==1.12.0 pip install -r requirements.txt if it doesn’t work(only if it doesn’t) try this pip install -U six pip install astroid…
pythonanswered VINICIUS DE AGUIAR Benvinda 25 -
1
votes1
answer442
viewsQ: Python - Typeerror: int object is not iterable
This is my code: import csv def gravar(nome,idade, sexo): with open('cadastros.csv', 'w') as arquivo_csv: colunas = ['Nome', 'Idade', "Sexo"] escrever = csv.DictWriter(arquivo_csv,…
-
0
votes1
answer577
viewsA: Chatterbot installation error (python)
Oops, you’ve already solved the problem? If you still can’t, try python 3.7.7, uninstall 3.8.4, and in the installation itself of 3.7.7 click Add to Path, then in cmd type: pip install chatterbot…
-
-3
votes1
answer60
viewsQ: Parse error: syntax error, Unexpected '{' online 3
'Cause you’re making that mistake? Parse error: syntax error, unexpected '{' on line 3 Php code <?php if (isset($_POST['email'] && !empty($_POST['email'])){ $nome =…