+ 2

Bro help me when i import turtle in Python so it shows error

can you halp me i try diffrant app but it not run

11th Aug 2018, 1:47 PM
Lokesh Rawat
Lokesh Rawat - avatar
2 odpowiedzi
+ 2
The turtle module in Python requires the Tcl and Tk to run, and here unfortunately we don't have them. But to create graphics in Python, Kuba Siekierzyński has used unicodes and maybe he can tell you more about it. https://code.sololearn.com/c38hmKFESSf2/?ref=app https://code.sololearn.com/chne32DuRvvx/?ref=app https://code.sololearn.com/c3rz0k249TY4/?ref=app
11th Aug 2018, 2:41 PM
Christopher
Christopher - avatar
+ 8
To be honest I never tried turtle :P Seems like there are aready better tools for graphics, like tkinter, kivy, pygame or pyglet. Turtle is too crude and simple to build efficient GUI, in my opinion. Probably it *can* be done, but there are simply better and more powerful tools for that.
11th Aug 2018, 4:41 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar