> > 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.
