Posts by Ramon L • 31 points
3 posts
-
0
votes1
answer137
viewsQ: Views not loading express/Node.js
I created a shirt folder inside the Views folder, and when directing the ejs file to be opened 'Marvel.ejs' it cannot find. Only finds if I put Marvel.ejs inside the Views folder and in no…
-
2
votes1
answer180
viewsQ: Indentation error
I’m trying to create a TextInput in the Kivy and define its dimensions, only whenever it puts its dimensions of error: invalid indentation,must be a Multiple of 4 Spaces. I still don’t understand…
-
-2
votes2
answers123
viewsQ: ERROR :My code hangs without any error
I’m starting to learn python and wanted to create a kind of login, only that the code ends without having chosen to end. from time import sleep print('=='*20) print('=='*8,'LOGIN','=='*8)…