Posts by psalrod • 1 point
4 posts
-
-2
votes2
answers683
viewsA: odd characters when printing in the textarea
in my case the solutions were not solving this problem. It had been missing to configure the language in the html file(tag html lang="en"). That solved the problem.
javascriptanswered psalrod 1 -
0
votes1
answer798
viewsQ: kivy in python 3.6
I am using Python 3.6.2 and am learning the kivy. The script does not rotate because it lacks the sdl2. I already installed the pillow and the pillow-PIL, but I can’t install the sdl2. I tried the…
-
0
votes1
answer544
viewsQ: Kivy does not run error in text editor
Hello I just installed kivy in windows following the step-by-step kivy.org site. When I try to run a test script, I get a message on the pycharm console that the execution has been aborted: "Unable…
-
0
votes1
answer531
viewsQ: Sqlite - Python - refer to table column in a loop
I’m doing a script in Python accessing Sqlite database. I made a loop for but don’t know how to get the value of a column in the table. Take the example: cursor2 = cnx.cursor()…