Skip to content

Issue : Missing mainloop() in BondVis.py and HydroBond.py #5

@PrinceSajjadHussain

Description

@PrinceSajjadHussain

The tkFileDialog.askopenfilename and tkSimpleDialog.askstring functions in BondVis.py and HydroBond.py respectively require a main event loop to be running. However, neither of these files create or run a Tk() instance, so the dialog boxes will not appear correctly. While a Tk() instance is created in BondLab.py, it is not guaranteed to exist, or be valid at the time these other functions are called.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions