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

buildozer needs markupsafe to build #399

Closed
HaythemC opened this issue Jun 17, 2015 · 1 comment
Closed

buildozer needs markupsafe to build #399

HaythemC opened this issue Jun 17, 2015 · 1 comment

Comments

@HaythemC
Copy link

Traceback (most recent call last):
File "build.py", line 15, in
import jinja2
File "buildlib/jinja2.egg/jinja2/init.py", line 33, in
from jinja2.environment import Environment, Template
File "buildlib/jinja2.egg/jinja2/environment.py", line 13, in
from jinja2 import nodes
File "buildlib/jinja2.egg/jinja2/nodes.py", line 18, in
from jinja2.utils import Markup
File "buildlib/jinja2.egg/jinja2/utils.py", line 520, in
from markupsafe import Markup, escape, soft_unicode
ImportError: No module named markupsafe

I just installed python-markupsafe

@tito
Copy link
Member

tito commented Jul 17, 2015

This has been fixed in master

@tito tito closed this as completed Jul 17, 2015
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