ModuleNotFoundError
Riseryn opened this issue · 3 comments
Riseryn commented
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'
Sispheor commented
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.
tom333 commented
Hi
I've made an update here : https://github.com/tom333/kalliope_neuron_gmail/tree/feature/simplegmail
Does it worth a pull request ?
Sispheor commented
Sure go ahead.