So I've gotten everything up and running with Julia and Python but PyCall 
isn't working from either Julia Studio or when I run a script from Terminal.
It works when I use it interactively but otherwise will just sit there 
forever and produce on output and I have to stop it manually. 

Zachs-MacBook-Pro:Julia zachbickel$ julia pycall.jl

^Z

[2]+  Stopped                 julia pycall.jl


*julia> **using PyCall*

*julia> **@pyimport math*

*julia> **math.sin(3)*

*0.1411200080598672*



Any ideas?

Reply via email to