Re: [julia-users] Re: GtkIDE.jl, a semi-functional editor for Julia

2016-04-14 Thread Tony Kelman
Some retroactive adjustment of inter-package lower bounds might be called 
for to fix this kind of issue.


On Thursday, April 14, 2016 at 12:06:45 PM UTC-7, Tim Holy wrote:
>
> You probably have a stale version of Compose, check Pkg.status() and/or do 
> a 
> Pkg.update(). 
>
> --Tim 
>
> On Thursday, April 14, 2016 11:38:15 AM Richard Dennis wrote: 
> > Hi, 
> > 
> > after I type using GtkIDE I get the following.  Any thoughts? 
> > 
> > 
> >- 
> > 
> >INFO: Precompiling module Immerse... 
> > 
> >- 
> > 
> >ERROR: LoadError: LoadError: UndefVarError: absolute_native_units not 
> > defined in include at boot.jl:261 
> > in include_from_node1 at loading.jl:320 
> > in include at boot.jl:261 
> > in include_from_node1 at loading.jl:320 
> > [inlined code] from none:2 
> > in anonymous at no file:0 
> > in process_options at client.jl:257 
> > in _start at client.jl:378 
> >while loading C:\Users\rd125m\.julia\v0.4\Immerse\src\compose.jl, in 
> > expression starting on line 13 while loading 
> > C:\Users\rd125m\.julia\v0.4\Immerse\src\Immerse.jl, in expression 
> starting 
> > on line 31 
>
>

Re: [julia-users] Re: GtkIDE.jl, a semi-functional editor for Julia

2016-04-14 Thread Tim Holy
You probably have a stale version of Compose, check Pkg.status() and/or do a 
Pkg.update().

--Tim

On Thursday, April 14, 2016 11:38:15 AM Richard Dennis wrote:
> Hi,
> 
> after I type using GtkIDE I get the following.  Any thoughts?
> 
> 
>-
> 
>INFO: Precompiling module Immerse...
> 
>-
> 
>ERROR: LoadError: LoadError: UndefVarError: absolute_native_units not
> defined in include at boot.jl:261
> in include_from_node1 at loading.jl:320
> in include at boot.jl:261
> in include_from_node1 at loading.jl:320
> [inlined code] from none:2
> in anonymous at no file:0
> in process_options at client.jl:257
> in _start at client.jl:378
>while loading C:\Users\rd125m\.julia\v0.4\Immerse\src\compose.jl, in
> expression starting on line 13 while loading
> C:\Users\rd125m\.julia\v0.4\Immerse\src\Immerse.jl, in expression starting
> on line 31



[julia-users] Re: GtkIDE.jl, a semi-functional editor for Julia

2016-04-14 Thread Richard Dennis
Hi,

after I type using GtkIDE I get the following.  Any thoughts?


   - 
   
   INFO: Precompiling module Immerse...
   
   - 
   
   ERROR: LoadError: LoadError: UndefVarError: absolute_native_units not defined
in include at boot.jl:261
in include_from_node1 at loading.jl:320
in include at boot.jl:261
in include_from_node1 at loading.jl:320
[inlined code] from none:2
in anonymous at no file:0
in process_options at client.jl:257
in _start at client.jl:378
   while loading C:\Users\rd125m\.julia\v0.4\Immerse\src\compose.jl, in 
expression starting on line 13
   while loading C:\Users\rd125m\.julia\v0.4\Immerse\src\Immerse.jl, in 
expression starting on line 31
   
   


Re: [julia-users] Re: GtkIDE.jl, a semi-functional editor for Julia

2016-04-14 Thread lawrence dworsky
Thanks for pointing me in the right direction. I had some (possibly
corrupt) junk from earlier installations. I cleaned out everything and
reinstalled Julia 0.4.5.  Everything is working fine now. GtkIDE looks real
neat.

Larry

On Thu, Apr 14, 2016 at 8:38 AM, Andreas Lobinger 
wrote:

> Hello colleague,
>
> On Thursday, April 14, 2016 at 2:34:28 PM UTC+2, lawrence dworsky wrote:
>>
>> I don't seem to be able to get any of this to work.  Both Pkg.add entries
>> return
>>
>>
>> fatal: your current branch 'master' does not have any commits yet
>> ...
>> ...
>> in add at pkg.jl:23
>>
>>
>> I have no idea what this means. My installation of Julia is brand new so
>> I don't think it's messed up.
>>
>
> As the installation is brandnew, maybe something was not fully installed...
> a) what is the output of Pkg.status()?
> b) do other Pkg.add("Pkgname") work?
>


Re: [julia-users] Re: GtkIDE.jl, a semi-functional editor for Julia

2016-04-14 Thread Andreas Lobinger
Hello colleague,

On Thursday, April 14, 2016 at 2:34:28 PM UTC+2, lawrence dworsky wrote:
>
> I don't seem to be able to get any of this to work.  Both Pkg.add entries 
> return
>
>
> fatal: your current branch 'master' does not have any commits yet
> ...
> ...
> in add at pkg.jl:23
>
>
> I have no idea what this means. My installation of Julia is brand new so I 
> don't think it's messed up.
>

As the installation is brandnew, maybe something was not fully installed...
a) what is the output of Pkg.status()?
b) do other Pkg.add("Pkgname") work? 


Re: [julia-users] Re: GtkIDE.jl, a semi-functional editor for Julia

2016-04-14 Thread lawrence dworsky
I don't seem to be able to get any of this to work.  Both Pkg.add entries
return


fatal: your current branch 'master' does not have any commits yet
...
...
in add at pkg.jl:23


I have no idea what this means. My installation of Julia is brand new so I
don't think it's messed up.

I appreciate your help. I'd really like to get your IDE running. It looks
great.

Larry


On Wed, Apr 13, 2016 at 3:59 PM,  wrote:

> Hum, I guess you need to add it before you can check it out :
> Pkg.add("Gtk").
>
> I'll update the readme.
>


[julia-users] Re: GtkIDE.jl, a semi-functional editor for Julia

2016-04-13 Thread jonathan . bieler
Hum, I guess you need to add it before you can check it out : 
Pkg.add("Gtk").

I'll update the readme.


[julia-users] Re: GtkIDE.jl, a semi-functional editor for Julia

2016-04-13 Thread LarryD
Hi.  I just loaded Julia 0.4.5 and entered the starting line of your 
installation instructions:  Pkg.checkout("Gtk").
I get the error message   ERROR:  Gtk is not a git repot in checkout at 
pkg/entry.jl:203

Is there something else I need to load first, or what am I doing wrong?

Thanks

Larry Dworsky



On Wednesday, April 13, 2016 at 7:30:33 AM UTC-5, jonatha...@alumni.epfl.ch 
wrote:
>
> GtkIDE.jl is a IDE for Julia 0.4 written in Julia, aiming at providing 
> something similar to the Matlab
> editor (with a console, plots, tools, and the possibility to make customs 
> GUIs).
>
> I've been working on this for a while and although the code is still 
> messy, and there's a lot
> of issues, I find it relatively usable compared to other solutions.
>
> Features include multiple consoles (one per worker), interactive plots 
> using Immerse, a tabbed editor
> with autocompletion, search, panels, etc.
>
> You can try it here:
>
> https://github.com/jonathanBieler/GtkIDE.jl
>
> Report issues on Github if you have an account. 
>