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

django.template.library.InvalidTemplateLibrary #77

Open
SummerSeaSun opened this issue Apr 6, 2016 · 1 comment
Open

django.template.library.InvalidTemplateLibrary #77

SummerSeaSun opened this issue Apr 6, 2016 · 1 comment

Comments

@SummerSeaSun
Copy link

This error is reported when trying to request the url of a simple view:

InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'django_nvd3.templatetags.nvd3_tags': cannot import name Environment

django.template.library.InvalidTemplateLibrary

I've installed django-nvd3, added to project settings in the installed_app and copied demo_scatterchart(request) in the view.
I've looked in nvd3_tags.py but nothing like Environment seems to be called for import.

Thanks in advance, BR

@Mibou
Copy link

Mibou commented Aug 1, 2016

Same problem here. Did you find any clue?

Update : Managed to get it working deleting the whole virtual environment and reinstalling all python packets from scratch.

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