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

Help wanted with hyperlinkslinks #306

Closed LonaExe closed 4 years ago

LonaExe commented 4 years ago

Hey, I want to know whether we can use Hyperlinks with Eel, and if yes, how? This is my directory structure.. App.py Web.py one.html two.html

I want to start at one.html and hyperlink to two, this works fine, but for some reason, I am not able to call App.py functions from two.html

ChrisKnott commented 4 years ago

Yes, this should work. Did you remember to include eel.js on the second page?

LonaExe commented 4 years ago

Yes that was it. Thanks 😅😅