python-eel / Eel

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

Example can't run successfully! #594

Closed ustbzjf1 closed 2 years ago

ustbzjf1 commented 2 years ago

I have tried to read readme and the source code. but I can't even run the simplest example hello world. and get this two error:

image

after change the source code like this,

image

there still exist error :

image

If there has some logic bug of eel.init() and eel.start?