python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.29k stars 582 forks source link

get_real_path() fix for cx-freeze #635

Open funatsufumiya opened 1 year ago

funatsufumiya commented 1 year ago

Currently only implemented for pyinstaller. This is update for cx-freeze.

samuelhwilliams commented 1 year ago

Hey @funatsufumiya - thanks for the contribution. I'm open to this in principle.

Would you be able to add a section to the README.md to provide steps for packaging with cx_freeze please?

It would be great if we had some tests that packaged apps and tested they worked as well, though we don't currently have one for pyinstaller 🤔

funatsufumiya commented 1 year ago

@samuelhwilliams Thanks for the response. I'll try them if I can make time.