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
trafficstars

I have tried many things, among which are downgrading Python 3.10.2 to Python 2, installing MS Build Tools 2015, installing the VS C++ Workload and installing zerorpc via pip; none...

I want to create electron app using python-shell. It clciks on button on gui and script executes the python thread which stores the data. This process takes time, so after...

Bumps [electron](https://github.com/electron/electron) from 1.8.8 to 9.1.0. Release notes Sourced from electron's releases. electron v9.1.0 Release Notes for v9.1.0 Features Added support for MessagePort in the main process. #24323 Added support...

dependencies

After packaging the python executable with Pyinstaller, I suddenly have issues with the zerorpc server. It appears that my issue comes after execFile the python executable. I'm able to create...

This PR addresses a few different things: - Made `renderer.js` to run independent of node.js (disabling nodeIntegration) by placing the instance of zerorpc.Client as global window.zerorpcClient variable during preloading period)...

How to call javascript from python, I want to do something with serial port , But I don't know how to send message from python to javascript when python port...

Hi. I am trying to install the repo on my system with Windows 10. Python 3.5 and Nodejs 10.16.0. When i run npm install i get the following error `path\electron-python-example-master\electron-python-example-master>npm...

Unfortunately, it is not possible to make the program work by following the instructions, for users on a Windows 10 machine, or a virtual machine for Windows 10. Is this...

So i use vuejs as the frontend of my electron app by using this plugin https://github.com/nklayman/vue-cli-plugin-electron-builder . But when i serve the electron app i got this error ` Module...