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

Can't deploy EEL on web server (hosting) with Cpanel #653

Open
MathieuChartier86 opened this issue Dec 12, 2022 · 1 comment
Open

Can't deploy EEL on web server (hosting) with Cpanel #653

MathieuChartier86 opened this issue Dec 12, 2022 · 1 comment

Comments

@MathieuChartier86
Copy link

I created a very small web application with EEL but I absolutely don't understand how to launch eel.start(...) with my web host (which works with Cpanel).
Cpanel requests a wsgi callable object. I looked on the web but apart from a successful "Hello world", nothing worked. I can't launch the app, even looking at the side of Bottle.

If anyone has a solution to create a valid wsgi that allows running EEL, I'm very interested. Thanks a lot.

@gryckelynck
Copy link

I seem to have the same problem.
wsgi works with a bottle app calling application = bottle.default_app(), but it doesn't work with eel.start() because I guess it calls bottle.run(...).
If anyone have solution I'm also very interrested. Thank you.

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

2 participants