Chris Knott
Chris Knott
I would love for something like this, but last time I looked into pywebview, the JS support wasn't good enough. I imagine eventually, OSes will support an Electron-like GUI framework...
> @ChrisKnott this is an important one... may warrant a new release, perhaps? Yes, I think so. One thing I never really thought about was that people would make apps...
What OS? Windows 10?
I would say it's semi-abandonned. My life circumstances don't give me any time to work on it unfortunately. If there is anyone, or a set of people, who want to...
@dstricks Yep I will add you to PyPI and also transfer ownership of the repo (unless you think it's better to set up an "organisation" account?). Beware that you will...
Yes I'm fine with that, can't find where the option is though...?
It's difficult to know without seeing your code. If you use ```blocking=False``` then you need to implement your own method for stopping the Python script from running to the end...
`args` should point to the electron executable. When you run `npm start`, what does it say in the command prompt as it starts up? Should be something like `electron.exe .`
To close the Python script just call into it from Electron (in the close handler) then call sys.exit() on the Python side
Hmmm not sure really, perhaps you have two copies of the file?