Any ideas?
j = julia.Julia()
ERROR: UndefVarError: dlpath not defined
in process_options at ./client.jl:284
in _start at ./client.jl:411
---------------------------------------------------------------------------
JuliaError Traceback (most recent call last)
<ipython-input-22-f420be51b3fc> in <module>()
----> 1 j = julia.Julia()
/home/nbecker/.local/lib/python2.7/site-packages/julia-0.1.1-
py2.7.egg/julia/core.pyc in __init__(self, init_julia, jl_init_path)
242 sysimg_relpath_alt =
os.path.join(os.path.relpath(libjulia_dir, JULIA_HOME), 'julia',"sys.ji")
243 except:
--> 244 raise JuliaError('error starting up the Julia
process')
245
246 if not os.path.exists(libjulia_path):
JuliaError: error starting up the Julia process
In [23]: