python-eel / Eel

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

Uncaught ReferenceError: eel is not defined at script.js #422

Closed Vivekananda-Mullangi closed 3 years ago

Vivekananda-Mullangi commented 3 years ago

i added ell.js in html but this error is showing up.

html code:

<script type="text/javascript" src="ell.js"></script>
<script src="script.js"></script>
ibrahimyaacob92 commented 3 years ago

you add that on header or body tag ?

thedivyanshuyadav commented 3 years ago

i added ell.js in html but this error is showing up.

html code:

src should be "/eel.js" instead of "ell.js".

Thenujan-0 commented 3 years ago

make sure you have linked the eel file before linking the javascript file in html

it should be like this