From 834ba9bc613fd3610eeaff980cee02fe4e741938 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 27 Oct 2015 23:37:58 -0400 Subject: [PATCH] fix imgcmp --- test/imgcomp.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/imgcomp.jl b/test/imgcomp.jl index 6dc572ad..dd528705 100644 --- a/test/imgcomp.jl +++ b/test/imgcomp.jl @@ -1,6 +1,8 @@ # include this first to help with crashing?? -using Gtk +try + @eval using Gtk +end # don't let pyplot use a gui... it'll crash # note: Agg will set gui -> :none in PyPlot