On Friday, February 6, 2015 at 2:03:23 PM UTC-5, astromono wrote: > > 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 >
Can you file a PyCall issue? I'm not sure what is going on, as I don't have the oct2py module installed at the moment and can't try it out quickly, but it should be possible to get any Python module working from Julia.
