electron-python-example icon indicating copy to clipboard operation
electron-python-example copied to clipboard

Electron as GUI of Python Applications

Results 15 electron-python-example issues
Sort by recently updated
recently updated
newest added

I have created a electron.js Gui with Python flask server. and When I am packaging the app. I can't set my app working. every time getting no such table error....

Following the recommended readme instructions, where `package.json` contains: ``` "devDependencies": { "electron": "^1.7.6", "electron-packager": "^9.0.1" } ``` results in a javascript error ``` The module '/Users/Me/Devel/electron-python-example/node_modules/zeromq/build/Release/zmq.node' was compiled against a...

It would be good to be able to use the latest version of electron rather than be stuck with 1.7.6, however for some reason the dependency on the special version...

In the blog post, you have a section on creating a packaged application. I'm having some trouble getting it to work, however. Did you make any modifications to the `package.json`...

Python subprocess did not have any stdio for errors and such, so I just connected them up to the original process stdio. This way, we get error output from the...