Skip to content

Loading tk.jl #1549

@SeanWhipple

Description

@SeanWhipple

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions