-
Notifications
You must be signed in to change notification settings - Fork 32
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
lingua tries to use Babel extractors even if Babel is not installed #94
Comments
I am working on fixes for both Mako and lingua. |
This is the trace when Mako is installed but not Babel:
|
This was referenced Aug 21, 2019
Fixed by #97 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that lingua tries to use Babel message extractors even if Babel is not installed. For example Mako contains custom message extractors for Babel. If Mako is installed but not Babel, lingua recognizes the Mako-for-Babel message extractors, loads them, and finally fails while tryin to use them.
Two things:
See setuptools documentation on "Dynamic Discovery of Services and Plugins" for details.
The text was updated successfully, but these errors were encountered: