-
Notifications
You must be signed in to change notification settings - Fork 33
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
No module named mosquitto_auth #5
Comments
Try to set a proper |
@imZack how to do it? |
Hi, I have the same problem and don't know how to set PYTHONPATH that it will work. Any help would be great! |
PYTHONPATH is an environment variable. Have a look at https://docs.python.org/2/using/cmdline.html#envvar-PYTHONPATH
or when using bash this will also work:
|
in mosquitto.conf make: auth_plugin /usr/local/lib/mosquitto/auth_plugin_pyauth.so EXPORT pythonpath: export PYTHONPATH=/usr/lib/mosquitto and run mosquitto -c /etc/mosquitto/mosquitto.conf 1561325989: mosquitto version 1.6.3 starting |
how to install this module
The text was updated successfully, but these errors were encountered: