Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6079 > unrolled thread
| Started by | rusi <rustompmody@gmail.com> |
|---|---|
| First post | 2011-05-23 08:47 -0700 |
| Last post | 2011-05-23 09:55 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Tkinter bug? rusi <rustompmody@gmail.com> - 2011-05-23 08:47 -0700
Re: Tkinter bug? Ned Deily <nad@acm.org> - 2011-05-23 09:55 -0700
| From | rusi <rustompmody@gmail.com> |
|---|---|
| Date | 2011-05-23 08:47 -0700 |
| Subject | Tkinter bug? |
| Message-ID | <5790ee23-37d1-4cdd-b88b-a63c2b627c41@k15g2000pri.googlegroups.com> |
If I start turtle from idle, and issue commands from there, there are
all kinds of strange behaviors.
I cant pin down any properly but they all look like IO issues.
-- If the turtle window is hidden by the tkinter interpreter window,
none of what is drawn appears
-- If the turtle window is killed I get a
this window is not responding box
-- The window always shows as 'Non responding'
I therefore guess that the emacs-related behavior I asked about
earlier has little to do with emacs and more to do with tkinter on
windows.
Can someone confirm/deny this?
http://groups.google.com/group/comp.lang.python/browse_thread/thread/4f55b4cb77653115/6543ed65bbb51c09?lnk=gst&q=rusi#6543ed65bbb51c09
http://groups.google.com/group/comp.lang.python/browse_thread/thread/36e757567f28368e/8737ab250b9f657a?lnk=gst&q=rusi+ipython#8737ab250b9f657a
[toc] | [next] | [standalone]
| From | Ned Deily <nad@acm.org> |
|---|---|
| Date | 2011-05-23 09:55 -0700 |
| Message-ID | <mailman.1979.1306169738.9059.python-list@python.org> |
| In reply to | #6079 |
In article <5790ee23-37d1-4cdd-b88b-a63c2b627c41@k15g2000pri.googlegroups.com>, rusi <rustompmody@gmail.com> wrote: > If I start turtle from idle, and issue commands from there, there are > all kinds of strange behaviors. Have you tried starting IDLE with the "-n" switch? http://docs.python.org/library/turtle.html -- Ned Deily, nad@acm.org
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web