Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Users\Personal\AppData\Local\Programs\Python\Python35-32\lib\tkinter\__init__.py", line 1550, in __call__
    return self.func(*args)
  File "D:\Downloads\elevation editor 1.1.0\elevation editor 1.1.0.py", line 422, in _load_ted
    structure = rf.load_TED()
  File "D:\Downloads\elevation editor 1.1.0\readfile_2.py", line 333, in load_TED
    path = tk.filedialog.askopenfilename(**file_opt)
AttributeError: module 'tkinter' has no attribute 'filedialog'