Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyInstaller with Electron #712

Open
InfinitySoftware-House opened this issue Dec 6, 2023 · 0 comments
Open

PyInstaller with Electron #712

InfinitySoftware-House opened this issue Dec 6, 2023 · 0 comments

Comments

@InfinitySoftware-House
Copy link

Describe the problem
I have a problem while trying to run the result from Pyinstaller with eel and electron.

Code snippet(s)

python3 -m eel backend/main.py design --onefile  
python3 -m eel backend/main.py design --onefile --noconsole

Same issue while I am trying to run the result package with and without --noconsole

Terminal's result when opening the package:

Traceback (most recent call last):
  File "main.py", line 45, in <module>
  File "eel/__init__.py", line 174, in start
  File "eel/__init__.py", line 206, in show
  File "eel/browsers.py", line 77, in open
OSError: Can't find Electron installation
[31748] Failed to execute script 'main' due to unhandled exception!

Desktop:

  • OS: macOS Sonoma 14.1.2
  • Browser (using electron)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant