Skip to content
Advertisement

Tag: julia

Julia Gtk Windows do not display outside REPL

I am trying to use Julia with the Gtk package outside the REPL. Using this code: in the REPL works, but the same code put in a test.jl file and using: in the command line does not work. I have tried the method written here: https://github.com/JuliaLang/Gtk.jl The code runs but no window appears. If it’s any help, I’m on Manjaro

Advertisement