[julia-users] Julia with LightTable

2014-07-20 Thread Diego Tapias
I have got the following error whenever I try to run a Julia Script with 
the editor LightTable:

Couldn't connect to Julia

ERROR: REPLCompletions not defined
 in anonymous at no file
 in include at boot.jl:238
 in include_from_node1 at loading.jl:114
 in include at boot.jl:238
 in include_from_node1 at loading.jl:114
 in reload_path at loading.jl:140
 in _require at loading.jl:58
 in require at loading.jl:43
 in include at boot.jl:238
 in include_from_node1 at loading.jl:114
 in process_options at client.jl:303
 in _start at client.jl:389
at /home/diego/.julia/v0.2/Jewel/src/completions.jl:106
at /home/diego/.julia/v0.2/Jewel/src/Jewel.jl:9
at /opt/LightTable/plugins/Jewel/jl/init.jl:20


I have cloned the repositories Jewel, Jupiter-LT and June-LT from the 
sources and put them into the folder /opt/LightTable/plugins/ where it is 
supposed they should be.


Re: [julia-users] Julia with LightTable

2014-07-21 Thread Keno Fischer
Your version of julia may be too old. How did you install julia?

On Sun, Jul 20, 2014 at 4:12 PM, Diego Tapias  wrote:
> I have got the following error whenever I try to run a Julia Script with the
> editor LightTable:
>
> Couldn't connect to Julia
>
> ERROR: REPLCompletions not defined
>  in anonymous at no file
>  in include at boot.jl:238
>  in include_from_node1 at loading.jl:114
>  in include at boot.jl:238
>  in include_from_node1 at loading.jl:114
>  in reload_path at loading.jl:140
>  in _require at loading.jl:58
>  in require at loading.jl:43
>  in include at boot.jl:238
>  in include_from_node1 at loading.jl:114
>  in process_options at client.jl:303
>  in _start at client.jl:389
> at /home/diego/.julia/v0.2/Jewel/src/completions.jl:106
> at /home/diego/.julia/v0.2/Jewel/src/Jewel.jl:9
> at /opt/LightTable/plugins/Jewel/jl/init.jl:20
>
>
> I have cloned the repositories Jewel, Jupiter-LT and June-LT from the
> sources and put them into the folder /opt/LightTable/plugins/ where it is
> supposed they should be.


Re: [julia-users] Julia with LightTable

2014-07-21 Thread Diego Tapias
Your guess was right @Keno, my version of Julia was very old. I updated to
the version 0.3.0 -rc1 and the problem was fixed.
Thanks for the help.


2014-07-21 2:19 GMT-05:00 Keno Fischer :

> Your version of julia may be too old. How did you install julia?
>
> On Sun, Jul 20, 2014 at 4:12 PM, Diego Tapias 
> wrote:
> > I have got the following error whenever I try to run a Julia Script with
> the
> > editor LightTable:
> >
> > Couldn't connect to Julia
> >
> > ERROR: REPLCompletions not defined
> >  in anonymous at no file
> >  in include at boot.jl:238
> >  in include_from_node1 at loading.jl:114
> >  in include at boot.jl:238
> >  in include_from_node1 at loading.jl:114
> >  in reload_path at loading.jl:140
> >  in _require at loading.jl:58
> >  in require at loading.jl:43
> >  in include at boot.jl:238
> >  in include_from_node1 at loading.jl:114
> >  in process_options at client.jl:303
> >  in _start at client.jl:389
> > at /home/diego/.julia/v0.2/Jewel/src/completions.jl:106
> > at /home/diego/.julia/v0.2/Jewel/src/Jewel.jl:9
> > at /opt/LightTable/plugins/Jewel/jl/init.jl:20
> >
> >
> > I have cloned the repositories Jewel, Jupiter-LT and June-LT from the
> > sources and put them into the folder /opt/LightTable/plugins/ where it is
> > supposed they should be.
>