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

I sleep my computer then app server will stop. #418

Open wimpykid719 opened 3 years ago

wimpykid719 commented 3 years ago

I'm using Macbook High sierra. when I do my computer sleep mode and get back to turn on. then my eel app server is stopping.

Terminal is listning the new command.

I don't want to stop when I take a sleep mode. what should I do?? Please help me.

JeswinSunsi commented 3 years ago

Try converting it into an exe, that's what I did. Check out pyinstaller

neosin commented 3 years ago

convert to executable or turn off sleep on your device

wimpykid719 commented 3 years ago

What do you mean turn off sleep?? I try to convert to exe.

KarimMejri93 commented 1 year ago

I have the same problem! did somebody manage to fix it? I exported and I am executing the .app file in MacOS but when the laptop goes in sleep mode the server shut down and is not restarted automatically after I get back

bespaloff commented 1 year ago

Issue still persists.

Any ideas?