python - Unable to provide user input in PyDev console on Eclipse with Jython -


i trying debug jython program long time running in eclipse using pydev plugin, worked once ran terminal instead. suspected might user input wasn't working on eclipse console, tried running basic input program jython think of

name = raw_input("what name? ") print "hello %s" % (name) 

when runs outputs

what name?  

and when type in console, normal green text appears, upon hitting enter, nothing happens. how can console feed input process?

edit: input fed program upon pressing terminate, outputs

hello name 

also, happening when using pydev, input works fine when running java code in java perspective

this strange (and works me).

so, identify what's happening, need more info:

  1. what's jython version you're using?

  2. do have in error log?

  3. what's eclipse version?

  4. how doing run? (hint: pressing f9 should enough)


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -