Want to fetch a variable value from my index.html and send that value to one of the action class. I tried performing this task using Eel python package separately but when I try to run the same code with action script I am getting ModuleNotFoundError: No module named ‘eel’.
@Prskriti I see in the error above the file is in the current working directory and named actions.py instead of action.py. However, the file you shared is action.py. Just want to confirm you have that correct?
I tried to reproduce this problem with your actions and endpoints files, and it worked for me without any errors