Chris Knott
Chris Knott
Thanks Neal I appreciate it
@nba94 If it's opening a Chrome tab, then eel must be opening a new instance of Chrome instead of Electron. Do you have `'mode': 'custom'` added to the options dictionary?
Maybe you are still running the old version of eel...?
I think the best way is to use ` --add-data option` to include Electron binaries. There is more info on pyinstaller's help https://media.readthedocs.org/pdf/pyinstaller/cross-compiling/pyinstaller.pdf These will be extracted to a temp...
@nba94 Thanks for the detailed writeup, I'm sure this will help lots of people
You now longer have to use `'custom'` mode for this, you can say `'electron'` in latest version (currently in beta) You may also want to use; ```python import eel.browsers eel.browsers.set_path('electron',...
Yes I think it is not as easy as it seems, I will make an example with clean shutdown when I have time, hopefully in w/c 12th August as I...
I have a project using Electron + Eel 1.0 so I will probably submit fix for this at some point
After long hiatus I am looking at making some improvements to Eel, and I will look into this
I wasn't aware of this, thanks. I will look into it, but it'll be way down the TODO list unfortunately