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

Can't call python functions from JS after making .exe with pyinstaller #396

Closed Vyogami closed 4 years ago

Vyogami commented 4 years ago

I'm trying to create an GUI which requires functions to be called from JS and it works fine when i run it in python but after making executable file i cannot call python functions from JS!

Vyogami commented 4 years ago

i have solved it!