Unable to create eel exe using py2exe
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
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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.
Hi. Can you explain why you need to use py2exe? At the moment Eel only explicitly supports pyinstaller. Have you tried using that?