Skip to main content

All Questions

0 votes
0 answers
30 views

How to use python in electron js package

My friend and I are buildinf a desktop app using electron js, in there we have a snippet of code that runs in a js file that goes like this: const scriptPath = await window.spawnAPI.pathJoin('..', '..'...
random's user avatar
  • 19
0 votes
0 answers
57 views

Electron with python won't run when packaged

I am packaging an Electron desktop app that runs a Flask server locally. Whenever I try to run the standalone app that is created from the project I get the error below. When I run the project using ...
Python12492's user avatar
0 votes
0 answers
23 views

Problems running assync python file inside electron framework

guys, Please, I need some help. My Electron desktop app runs a python script and I'm having a problem because when it runs, the app stays in 'not responding' and this is a huge problem for the users, ...
Anderson Ferreira's user avatar
0 votes
0 answers
70 views

Integration Challenges: Electron, SQLite, and Python - Seeking Assistance

I'm having difficulties integrating Electron with SQLite and Python in my application. The application has a window that saves data in an SQLite database and just then runs a Python script. Python ...
Anderson Ferreira's user avatar
0 votes
0 answers
119 views

How to fix Electron Python Eel error when compiling to an exe using '--onefile' PyInstaller

I am trying to experiment with GUIs in Python, and since I like web development I found eel which allows the use of HTML, CSS and JS in Python GUIs. However, I noticed that it relies on certain ...
KablammoMan's user avatar
1 vote
1 answer
40 views

cookies keep resetting with eel python

my app made using python's eel library expects to retrieve data from cookies, the data is not critical and only contains a string of the last path the user worked with, so storing that in a database ...
WILLIAMS SAMUEL's user avatar
0 votes
1 answer
490 views

Electron-builder relative file paths

I'm coding my first app using ElectronJs as a GUI for an older project written in python. When i run my Electron app from the cmd i can successfully activate a python venv using the provided script, ...
roto65's user avatar
  • 1
1 vote
0 answers
36 views

Python sending GET request to express server in electron main.js process error

I am using the electron framework with a few helper python files. I am running into this error where it seems like I'm unable to start an express server in the main.js process for some reason. Here is ...
Justin Ridenour's user avatar
0 votes
1 answer
101 views

How to retrieve data from JSON using reactJS and placing them in the right place?

I would like to retrieve the data from a JSON that is sent by a python program and place it in the corresponding boxes via the dictionary keys. I have tried to retrieve the data like this but it does ...
Feyto's user avatar
  • 265
0 votes
2 answers
138 views

PYTHON module "requests" not working with packaged electron app

In my electron app I have a python file that has two import statements shown below import requests import shutil The app works fine without an errors in the IDE but after packaging the electron app ...
Someone's user avatar
  • 30
1 vote
0 answers
390 views

Nothing is displayed on the page after running npm start

I am currently on the backend of my software which runs via electron but I can't get the data. So I tried to retrieve the data from a python program that sends it using Flask, but when I run the npm ...
Feyto's user avatar
  • 265
1 vote
1 answer
4k views

Can't resolve 'child_process'

I am currently on the backend of my software which runs via electron but I can't get the data. So I tried to retrieve the data from a python program that sends it using Flask, but when I run the npm ...
Feyto's user avatar
  • 265
0 votes
0 answers
25 views

Trying to ouput an randomly generate password into an Eletron App using Python Shell [duplicate]

I'm making my first project with Electron. It's a password manager and generator. My main objective right now is to display a randomly generated password into the app using Python Shell, but can't ...
Victor Svart's user avatar
0 votes
2 answers
357 views

Node.js Returning a value from an async function - Electron

I am creating a project where I need to take a user input - pass it through a function and return the new value to the user - seems simple enough. I am new to async functions and have read everything ...
elliott hall's user avatar
0 votes
0 answers
26 views

electron.js desktop app made with python as a back-end does not RUN ON any other pc than mine

so i have recently made a CRUD software with python to connect to xampp database, but once i compile and distribute it, it run on my computer perfectly but when i share the setup file with another ...
Cicada Coder's user avatar

15 30 50 per page
1
2 3 4 5