You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
program contains x = raw_input('> ')
print 'You typed ', x
execution from command window produces nothing, user presses enter
output is >You typed
(exits)
What is the expected output? What do you see instead?
In Powershell, the program works as it should, but in Command Window within Spyder, it gets the order backward, expecting input before any prompt is displayed on the screen.
Please provide any additional information below
Version and main components
Spyder Version: 2.3.5.2
Python Version: 2.7.6
Qt Versions: 4.8.6, PyQt4 (API v2) 4.10.4 on Windows
I will...right after I figure out how to import data/commands from the
command line (argv). I've looked for how to do this for hours. I realize
that Spyder is designed for best use with ipython, but I'm just a beginner
user at the moment, doing pre-defined lessons.
Travis
On Fri, Jul 24, 2015 at 6:14 AM, Carlos Cordoba [email protected]
wrote:
Thanks for reporting. Please try to use an IPython console to see if
things work as expected there.
—
Reply to this email directly or view it on GitHub #2562 (comment).
Command Window causes raw_input() to malfunction
What steps will reproduce the problem?
print 'You typed ', x
(exits)
What is the expected output? What do you see instead?
In Powershell, the program works as it should, but in Command Window within Spyder, it gets the order backward, expecting input before any prompt is displayed on the screen.
Please provide any additional information below
Version and main components
Optional dependencies
The text was updated successfully, but these errors were encountered: