-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Description
I'm not sure if this is a loading issue or if I'm simply not understanding something in Julia. I'm trying to use Window from tk.jl for example
First I use:
load("tk.jl")
At this point Window is still not defined. Then I do:
import Tk.*
Now Window is defined (why is this part necessary, why doesn't the load() do it? ) but it also says that there is a line missing in basic.jl
As a side note, also when I go to load "tk.jl" I occasionally get seg faults and the core is dumped
Metadata
Metadata
Assignees
Labels
No labels