I added the packages PyPlot and Distributions to run the two code examples
at the end of http://bogumilkaminski.pl/files/julia_express.pdf. I am
getting the following errors-
ERROR: PyError (PyImport_ImportModule) <type 'exceptions.ImportError'>
ImportError('No module named matplotlib',)
in pyerr_check at
/nethome/kagarwal39/.julia/v0.3/PyCall/src/exception.jl:58
in pyimport at /nethome/kagarwal39/.julia/v0.3/PyCall/src/PyCall.jl:85
in include at ./boot.jl:245
in include_from_node1 at ./loading.jl:128
in reload_path at loading.jl:152
in _require at loading.jl:67
in require at loading.jl:51
in include at ./boot.jl:245
in include_from_node1 at loading.jl:128
in process_options at ./client.jl:285
in _start at ./client.jl:354
in _start_3B_1715 at
/nethome/kagarwal39/julia-0.3.1/julia/usr/bin/../lib/julia/sys.so
while loading /nethome/kagarwal39/.julia/v0.3/PyPlot/src/PyPlot.jl, in
expression starting on line 32
while loading /nethome/kagarwal39/HPPCProject/temp/ex.jl, in expression
starting on line 2
ERROR: MemoryError()
in .* at array.jl:756
in * at abstractarray.jl:368
in include at ./boot.jl:245
in include_from_node1 at loading.jl:128
in process_options at ./client.jl:285
in _start at ./client.jl:354
in _start_3B_1715 at
/nethome/kagarwal39/julia-0.3.1/julia/usr/bin/../lib/julia/sys.so
while loading /nethome/kagarwal39/HPPCProject/temp/ex2.jl, in expression
starting on line 12
ᐧ
Regards,
Kapil Agarwal