forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

Can't read from stdin in console #228

Open kranerup opened 10 years ago

kranerup commented 10 years ago

After opening Julia Studio I try to read from stdin.

readline(STDIN)

but I get an error

julia> readline(STDIN) readcb: operation not permitted (EPERM)

Using Julia Studio 0.4.4 on Windows7 64-bit.