I'm making simple application using turtle graphic library.
I tried to do .bgpic, But it seems doesn't walk as I wanted.
I putted the image at the same directory where python source file located, and I did like this:
screen = turtle.Screen()
screen.bgpic("picture.png")
but It doesn't changes anything. When I run it, it has just white background.
What should I do?