404 Error Even on Examples
Eel version 0.15
Describe the bug Starting Eel produces the not found error (404)
To Reproduce Just try the example, it won't even work.
Expected behavior Served a page
Screenshots
Desktop (please complete the following information):
- OS: Windows 10
- Browser Chrome
- Version 108.0.5359.99 (Official Build) (64-bit)
Additional context I used Eel before, so I know that was not the supposed behavior. Please advise.
Hi @GBry, I wasn't able to reproduce this error. I'm wondering what may be different with my system from yours. I used Windows 10 x64, Chrome 108.0.5359.99 (Official Build) (64-bit) and Python 3.7.9 (Python.org distribution).
Here are the steps that I took:
- Checked out a fresh eel repo
- Created a fresh venv (again, using Python 3.7.9) and activated it
- Used pip to install eel (without any version specified)
- cd to examples\01 - hello_word and then used "python hello.py" to start
It did exactly what I would expect... displayed window with "Hello, World!" and wrote "Hello from Python World!" and "Hello from Javascript World!" in the console.
I wonder if you'd be willing to try the same steps that I took and report back? If it works using a fresh venv and the steps above, then maybe you can see what other differences there could be (such as a Python lib difference).
I need more information on this before I can make any additional progress.
Does not work either, I tried:
- Using the installed python (in C:)
- Creating a venv, installed just eel in there
I will try using another system, there might be because of my hosts file that I modified a few months ago. I will update this on Monday (GMT+7) @dstricks
I have tried using a new venv on another system.. same results. Can I send you some logs to help troubleshoot the issue?