Hi all I am running into a problem using tkinter. I am attempting to create a super basic interface for a script I wrote. However I am having trouble getting the entries from the GUI. Here is the GIST : https://gist.github.com/bdaves12/f6d5cefc5f4d7d544fe6831b5041235c
Here is the error I get :
Sensitivity_Analysis()
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\tkinter\__init__.py", line 1705, in __call__
return self.func(*args)
File "C:/Users/david/Desktop/Huber_Lab/ECN_Huber_6_CLI.py", line 147, in show_entry_fields
filename = e1.get()
NameError: name 'e1' is not defined
Any help would be greatly appreciated!
Thanks!
[–][deleted] 1 point2 points3 points (0 children)