Soon you'll be able to use https://github.com/JuliaLang/julia/pull/6884
and everything can be much nicer :)

On Wednesday, August 20, 2014 11:52:38 AM UTC-4, Júlio Hoffimann wrote:
>
> Doesn't just adding Main in front solve the problem?
>>
>>     view = Main.ImageView.view
>>
>> --Tim
>
>
> Thanks Tim! It did the trick. The correct solution: 
> https://github.com/juliohm/ImageQuilting.jl/blob/master/src/imquilt.jl#L22-L28
>
> It's not ideal, but it works. It would be much nicer if `using ImageView` 
> raised an ImportError exception or something rather than relying on the 
> require() function.
>
> I invite everyone to give it a try with a fresh Julia build: 
> https://github.com/juliohm/ImageQuilting.jl
>
> Best,
> Júlio.
>

Reply via email to