python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

html file not found error in exe #415

Open uday1and100 opened 3 years ago

uday1and100 commented 3 years ago

i made an application using selenium , eel and other modules. i compiled it into an exe file using pyinstaller. however when i run the exe file it opens the chrome window but says the file isnt found. when i run the program on my idle , it is able to locate the file. please help me.

rahmatagungj commented 3 years ago

Can you provide a visualization the folder structure?