Turtle Window Unresponsive Second Time
up vote
0
down vote
favorite
I'm having a problem with turtle window with python using Spyder.
Whenever I run the program, it works just fine. The turtle works and exits on click as it should. However, when I run it again, the window becomes unresponsive and the screen doesn't even show the turtle. When I restart python, it once again works the first time but strangely does not the second time. Am I missing something here? Thank you!
from turtle import *
window = Screen()
setup(300,300)
forward(90)
exitonclick()
python python-3.x turtle-graphics
add a comment |
up vote
0
down vote
favorite
I'm having a problem with turtle window with python using Spyder.
Whenever I run the program, it works just fine. The turtle works and exits on click as it should. However, when I run it again, the window becomes unresponsive and the screen doesn't even show the turtle. When I restart python, it once again works the first time but strangely does not the second time. Am I missing something here? Thank you!
from turtle import *
window = Screen()
setup(300,300)
forward(90)
exitonclick()
python python-3.x turtle-graphics
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm having a problem with turtle window with python using Spyder.
Whenever I run the program, it works just fine. The turtle works and exits on click as it should. However, when I run it again, the window becomes unresponsive and the screen doesn't even show the turtle. When I restart python, it once again works the first time but strangely does not the second time. Am I missing something here? Thank you!
from turtle import *
window = Screen()
setup(300,300)
forward(90)
exitonclick()
python python-3.x turtle-graphics
I'm having a problem with turtle window with python using Spyder.
Whenever I run the program, it works just fine. The turtle works and exits on click as it should. However, when I run it again, the window becomes unresponsive and the screen doesn't even show the turtle. When I restart python, it once again works the first time but strangely does not the second time. Am I missing something here? Thank you!
from turtle import *
window = Screen()
setup(300,300)
forward(90)
exitonclick()
python python-3.x turtle-graphics
python python-3.x turtle-graphics
asked Nov 11 at 3:27
Danwoo
64
64
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53245589%2fturtle-window-unresponsive-second-time%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown