Just updated to julia-0.4.1 on fedora 23.
Updated PyCall
julia> Pkg.build("PyCall")
INFO: Building PyCall
INFO: PyCall is using /usr/bin/python (Python 2.7.10) at /usr/bin/python, 
libpython = /usr/lib64/libpython2.7.so

Just for good measure, re-ran python setup.py install --user on pyjulia 
after git pull (but it was already up-to-date).

j = julia.Julia()
ERROR: UndefVarError: dlpath not defined
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "julia/core.py", line 244, in __init__
    raise JuliaError('error starting up the Julia process')
julia.core.JuliaError: error starting up the Julia process

which julia
/usr/bin/julia

Any ideas?

I've been patiently waiting to explore julia (coming from python).  For me, 
the only reasonable path is to incrementally add julia to my python, so I 
need pyjulia to work.

Reply via email to