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

How to close the Browser window from my code #359

Closed chiragasawa closed 4 years ago

chiragasawa commented 4 years ago

I am using window.close() in my other javascript file to close the eel window when a button is clicked but it showing me some error which says "Maximum call stack size exceeded". Please help me for this problem

samuelhwilliams commented 4 years ago

Please can you share code from your Python and Javascript files, thanks.

samuelhwilliams commented 4 years ago

I'm going to close this as I assume you worked out what was wrong. :)