nba94

Results 7 comments of nba94

I have tried the```chrome = PyChromeDevTools.ChromeInterface(timeout=120)``` suggestion but still does not work. I am using the latest chrome version, nothing is custom. Also I have tried the same thing on...

@Freakazo I have force installed ```websocket-client==0.54.0``` and it seems the issue is gone now! I will do some further testing in my main script and will update my comment. @marty90...

@ChrisKnott Hi Chris, thanks so much for this. 1 question - I'm trying to the above suggestion with Electron, however whenever I run my .py script, instead of launching a...

@ChrisKnott I do. I have the following as options: `options1 = { 'mode': 'custom', 'port': 8000, 'args': ['/usr/local/bin/electron','.'], }` and this at the end: `eel.start('index.html',options=options1)` Yet it still launches Chrome...

@ChrisKnott Yes.. Now it recognizes it! Thanks and sorry...

@ChrisKnott Thanks for your help so far - this is an amazing addition to the module. I have a question.. When I tried to compile the application using pyinstaller, what...

@ChrisKnott I finally worked it out.. Just in case anyone else will be wondering these are the following steps I took to compile into a single file on MacOS: 1....