Eel icon indicating copy to clipboard operation
Eel copied to clipboard

Unable to create eel exe using py2exe

Open s-t123 opened this issue 3 years ago • 1 comments

Eel version 0.15.0 python == 3.8.10 py2exe = 0.13.0.0

Describe the bug Eel packages giving issues while creating exe using py2exe. exe generated gives below error:

File "eel_init_.pyc", line 21, in File "pkg_resources_init_.pyc", line 1154, in resource_filename File "pkg_resources_init_.pyc", line 1754, in get_resource_filename NotImplementedError: resource_filename() only supported for .egg, not .zip

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

s-t123 avatar Dec 07 '22 09:12 s-t123

Hi. Can you explain why you need to use py2exe? At the moment Eel only explicitly supports pyinstaller. Have you tried using that?

samuelhwilliams avatar Feb 09 '23 07:02 samuelhwilliams