Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named mhandler #17

Open
thomascriscione opened this issue Jan 14, 2019 · 1 comment
Open

ImportError: No module named mhandler #17

thomascriscione opened this issue Jan 14, 2019 · 1 comment

Comments

@thomascriscione
Copy link

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

@shawnanastasio
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants