Closed ghost closed 8 years ago
I think it complains not about loading a notifier plugin class itself, but about dependency of that plugin. Try installing https://pypi.python.org/pypi/python-smsapi
i've alredy done that. even pip install smsapi
doesn't fix it.
Sure you've done it in right environment? Try just running a python shell and executing from smsapi import SmsApi
, would that throw an exception too?
Yep, from python console it was ok. I dont know how, and dont know why, but it start working. Thank you!
did something wrong?