Hi all, I have (on OS X) Julia Studio 0.4.4 installed and the Anaconda python 2.7 distribution and get the following error when I want to use PyPlot
julia> using PyPlot
LoadError("/Users/rene/.julia/PyPlot/src/PyPlot.jl",32,PyError
(PyImport_ImportModule) <type 'exceptions.ImportError'>
ImportError('No module named matplotlib',)
)
PyPlot works fine in an interactive Julia session in IJulia or the Julia 0.2
terminal.
Any ideas?
Thanks,
Rene
