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

ModuleNotFoundError: No module named 'eel' #314

Closed Prskriti closed 4 years ago

Prskriti commented 4 years ago

Eel version Eel 0.12.4

Not able to import Eel module in my python script.

Please find the snapshot below for more details:

Screen Shot 2020-06-12 at 5 03 01 PM
samuelhwilliams commented 4 years ago

Hi @Prskriti - did you get to the bottom of this? I suspect it's a path resolution problem with rasa (I'm not familiar with it though). It doesn't seem to be directly related to Eel.

Prskriti commented 4 years ago

okay, @samuelhwilliams I will look into this. Thanks for ur response