[julia-users] PyPlot not working in Julia Studio

2014-06-25 Thread René Hiemstra
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'

Re: [julia-users] PyPlot not working in Julia Studio

2014-06-25 Thread João Felipe Santos
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 rrhiems...@gmail.com wrote: Hi all, I have (on OS