kalliope-project/kalliope_neuron_gmail

ModuleNotFoundError

Riseryn opened this issue · 3 comments

Hello
with kalliope 0.6.0 i have the following error

File "/usr/local/lib/python3.7/dist-packages/gmail/__init__.py", line 16, in <module>
   from .gmail import Gmail
 File "/usr/local/lib/python3.7/dist-packages/gmail/gmail.py", line 3, in <module>
   from exceptions import *
ModuleNotFoundError: No module named 'exceptions'

This neuron is based on a lib gmail which is totally deprecated and not python 3 compliant.
It would need to be rewritten entirely.
I think I'll delete it.

Hi
I've made an update here : https://github.com/tom333/kalliope_neuron_gmail/tree/feature/simplegmail
Does it worth a pull request ?

Sure go ahead.