+ 10
English: [SOLVED]Hello, Python programmers! I need your help, why this code not work in Pydroid?
Español: [RESUELTO]¡Hola, programadores Python! Necesito su ayuda, ¿por qué este código no funciona en Pydroid?: https://code.sololearn.com/cBtAk0EkEv2S/?ref=app
7 Respuestas
+ 4
Qufu[ISLAM-SOLDIER]
Pydroid have the library
+ 2
Not work, Qufu[ISLAM-SOLDIER]
+ 2
Thank you so much, Qufu[ISLAM-SOLDIER]
You solved my problem
+ 2
I have tried the code, pydroid3 with kivy, but it can't find the module in line 3. kivy.uix_button.
It works now for me too. There was a typo in the module name.
+ 1
You need replace the line from kivy.wix_button import Button to
from kivy.uix.button import Button