Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #5968

more than just ipython broken in windows

From rusi <rustompmody@gmail.com>
Newsgroups comp.lang.python
Subject more than just ipython broken in windows
Date 2011-05-22 01:13 -0700
Organization http://groups.google.com
Message-ID <ebe0dcc0-08e8-4cbd-8939-6d3fc81c5ef0@f31g2000pri.googlegroups.com> (permalink)

Show all headers | View raw


Earlier I asked about a problem with ipython in windows which does not
seem to be there in linux.

Now I find that a similar problem surfaces with turtle -- so it
seemingly is not so much an ipython problem.  The problem can be seen
thus:

Lets say I want to try out some turtle commands such as:
----------------
from turtle import *
forward(100)
left(90)
forward(200)
-------------

Run from a file there's no issue.
Likewise I can run these commands one after the other from an
interactive prompt in a shell and they work as expected.

But if I run these commands one after another at the interactive
prompt inside emacs,
it hangs after the first forward(100)

ie the canvas and a line and arrow come up but control does not seem
to return to the prompt.
----------------
More general question: When a question was asked: "Which IDE you use
for python development?", 'emacs' was a frequent response.  Are any of
you emacs+python users on windows? [Or am I a dinosaur?]

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

more than just ipython broken in windows rusi <rustompmody@gmail.com> - 2011-05-22 01:13 -0700

csiph-web