404 Not found, file does not exist
See original GitHub issueI have this structure
gui.py
web/
index.html
And this inside gui.py
import eel
eel.init('web')
eel.start('index.html')
When I run the script I get this
Why is that?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
How to Fix Error 404 Not Found on Your WordPress Site - Kinsta
Basically, it means that the client (your, or your visitor's, web browser) was able to successfully connect to the host (your website's server), ......
Read more >What Does an Error 404 Mean? Fix the Page Not Found Error ...
In technical terms, the error 404 message is an HTTP status code. It means that your browser has connected with the server, but...
Read more >Error 404: 4 Ways to Fix It - Hostinger
Error 404 is a response code, meaning the server could not locate the requested content. Check this article to learn 4 steps to...
Read more >Error 404 not found - What does it mean & how to fix it! - IONOS
Reload the page : It might be that the error 404 has appeared for the simple reason that the page did not load...
Read more >HTTP error 404 file not found on a server - Microsoft Learn
Cause · The requested file has been renamed. · The requested file has been moved to another location and/or deleted. · The requested...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i’m getting the same error. should i wait till morning ?!
Hey everyone, I fixed this issue by using os.path and use the full path like so:
My folder sturcure is: gui.py www/ index.html
It seems to be the usual path problems with Windows systems. @ChrisKnott maybe have a look at a way to fix this for the different os types or add a note to the readme?