Skip to content

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 jlec@gentoo.org

import imp; imp.load_module("Jinja2", *imp.find_module("Jinja2")) raises ImportError, where as the lowercase version works fine. Signed-off-by: Justin Lecher <jlec@gentoo.org>
@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

2 participants