python-matrix-bot-api
python-matrix-bot-api copied to clipboard
ImportError: No module named mhandler
Hello,
When I try to launch the exemple I have the following message:
Traceback (most recent call last): File "example_bot.py", line 13, in <module> from matrix_bot_api.mregex_handler import MRegexHandler File "/home/myHome/python-matrix-bot-api/matrix_bot_api/mregex_handler.py", line 6, in <module> from matrix_bot_api.mhandler import MHandler ImportError: No module named mhandler
I have, of course, intalled matrix-python-sdk with: pip install matrix_client.
Thanks for your help !
Much appreciated !
vlp
Hi,
This looks suspiciously like a python 2 vs 3 difference. For this project, I'm only interested in supporting python 3, so you'll need to switch in order to use it.