Try printing your $PATH and $PYTHONPATH environment variables from the JuliaStudio REPL. You may be setting them only for terminal sessions but not for graphical sessions.
-- João Felipe Santos On Wed, Jun 25, 2014 at 7:12 AM, René Hiemstra <[email protected]> wrote: > 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 > >
