-
This code in the draw_menu function:
os.system("echo draw_menu: "+ str(not menu_not_drawn))
if not menu_not_drawn :
ui_manager.remove_ui(ui_id) #Delete a previous drawn menu
del ui_id…
-
I tried to compile documentation for 1.4.0_dev and it failed :( Prior to that I installed the newest package as pulled from GitHub.
Here's the traceback:
```
~/kivy/doc $ make html
mkdir -p build/ht…
-
Even when removing all content of blacklist.txt my application can't find sqlite3 in PATH.
Here is the log of "adb logcat" unpacking the zip at the first time when the app is executed.
I/python (3…
-
When trying to get signalR to work on for the first time I spent hours trying to get it to work.. Once I stepped through everything, I found that the problem lied in the signalR jquery....
My fix was…