electron-packager

PYTHON module "requests" not working with packaged electron app

PYTHON module "requests" not working with packaged electron app Question: 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 with npx electron-packager ./ –platform=darwin –icon=src/img/logo.icns The app gives …

Total answers: 2

Including python script in packaged electron app

Including python script in packaged electron app Question: After packaging my app for a linux system, the python script for doing some background tasks fails to execute, probably because it is not packaged correctly. I’ve looked through several threads now, stumbled over ASAR, extraResources etc. but I’m not really getting it to work. My folder …

Total answers: 2