Thanks. On v0.3.4 it seams to work (I mean no errors on "using ImageView")
but on 0.4
julia> Pkg.checkout("ImageView", "gtk")
INFO: Checking out ImageView gtk...
INFO: Pulling ImageView latest gtk...
INFO: No packages to install, update or remove
julia> using ImageView
ERROR: LoadError: UndefVarError: Graphics not defined
while loading C:\j\.julia\v0.4\ImageView\src\ImageView.jl, in expression
starting on line 3
domingo, 15 de Março de 2015 às 13:27:23 UTC, Tim Holy escreveu:
>
> Pkg.checkout("ImageView", "gtk")
>
> But I haven't updated that branch in a long time---it's being held up
> because
> I have an ambitious revamping plan for ImageView, and I just haven't
> cleared
> the two weeks it will take to implement it. So you may need to be prepared
> to
> fix up that gtk branch. Pull requests welcome :-).
>
> --Tim
>
> On Sunday, March 15, 2015 05:57:35 AM J Luis wrote:
> > Hi,
> >
> > I can't use ImageView because of issue #67
> > <https://github.com/JuliaLang/Tk.jl/issues/67> (the "Can't find usable
> > init.tcl"). But should this problem be avoidable by using a GTK
> ImageView?
> > And if yes, how to make ImageView use the GTK render?
>
>