Skip to content

Use lower case to load jinja2 #11689

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

Merged
merged 1 commit into from
Nov 24, 2015
Merged

Use lower case to load jinja2 #11689

merged 1 commit into from
Nov 24, 2015

Conversation

jlec
Copy link
Contributor

@jlec jlec commented Nov 24, 2015

import imp; imp.load_module("Jinja2", *imp.find_module("Jinja2"))

raises ImportError, where as the lowercase version works fine.

Signed-off-by: Justin Lecher [email protected]

import imp; imp.load_module("Jinja2", *imp.find_module("Jinja2"))

raises ImportError, where as the lowercase version works fine.

Signed-off-by: Justin Lecher <[email protected]>
@jreback jreback added the Build Library building on various platforms label Nov 24, 2015
@jreback jreback added this to the 0.18.0 milestone Nov 24, 2015
jreback added a commit that referenced this pull request Nov 24, 2015
Use lower case to load jinja2
@jreback jreback merged commit ebf021e into pandas-dev:master Nov 24, 2015
@jreback
Copy link
Contributor

jreback commented Nov 24, 2015

thanks!

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

Successfully merging this pull request may close these issues.

2 participants