astromono
2015-02-06 19:03:23 UTC
Hi all,
I am getting to julia in recent months. I have hundreds (thousands,
perhaps) of functions and scrips in octave (many years working with matlab
/octave). I'm linux user (LMDE).
The fact is that from python I use oct2py module to run octave functions
with reasonably good results.
But in julia, using PyCall, this fails.
To begin "@pyimport oct2py.octave as oc" leaves locked the command until you
cancel it:
julia>pyimport oct2py.octave as oc
^ CERROR: function is not yet c-callable
in pyinitialize at /home/rober/.julia/v0.4/PyCall/src/pyinit.jl:245
in pyinitialize at /home/rober/.julia/v0.4/PyCall/src/pyinit.jl:305
in pyimport at /home/rober/.julia/v0.4/PyCall/src/PyCall.jl:111
Is there any way to run octave commands and functions from julia?
thank you in advance
Hugs,
Rober
I am getting to julia in recent months. I have hundreds (thousands,
perhaps) of functions and scrips in octave (many years working with matlab
/octave). I'm linux user (LMDE).
The fact is that from python I use oct2py module to run octave functions
with reasonably good results.
But in julia, using PyCall, this fails.
To begin "@pyimport oct2py.octave as oc" leaves locked the command until you
cancel it:
julia>pyimport oct2py.octave as oc
^ CERROR: function is not yet c-callable
in pyinitialize at /home/rober/.julia/v0.4/PyCall/src/pyinit.jl:245
in pyinitialize at /home/rober/.julia/v0.4/PyCall/src/pyinit.jl:305
in pyimport at /home/rober/.julia/v0.4/PyCall/src/PyCall.jl:111
Is there any way to run octave commands and functions from julia?
thank you in advance
Hugs,
Rober