Closed maxiannunziata closed 3 years ago
i changed the build file
from:
`
from future import print_function from future import standard_library from future.utils import PY2 standard_library.install_aliases() from builtins import filter, range
from compiler import manifest as mf from compiler import compile_qml
`
to
`
from future import print_function from future import standard_library from future.utils import PY2 standard_library.install_aliases() from builtins import filter, range
from compiler import manifest as mf from compiler import compile_qml
`
and works
you can also try pip install jinja2
. pureqml should work fine in python-2/3 environments
!/usr/bin/env python
will run default python (2.x on macosx)
i tried build my project and get this error. Where are located the directory that access to install the jinja2 module ?