-
Notifications
You must be signed in to change notification settings - Fork 147
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
jinja2.exceptions.TemplateNotFound: sections\education.tex (On Windows?) #11
Comments
Hi @rlabrecque - thanks for the report. The code is written to be cross-platform, but I've Afterwards, I'd like to set up Linux and Windows CI so |
Thanks @mrobb - from https://github.com/mrobb/complexity/commit/912ca3ac2fa97deb427d529a452c805903f686d2 Jinja2's FileSystemLoader converts forward slashes to os.path.sep automatically by design. This results in failures when using env.get_template() on Windows.
Hi @rlabrecque - can you pull the latest code and try again? |
Yep, It's all good now! Thanks! |
\cc @emichael |
Huh, I don't quite understand what the problem was, and I'm curious. Did he have a folder/file with a forward slash in the path? |
@emichael - in windows, This seems to be a problem in other projects too: |
Ugh. And I thought religious use of |
I'm looking into this cv project for myself, but it doesn't seem to work out of the box, at least on windows.
I end up with this:
Any chance that I'm doing something wrong?
All I did was clone, pip3 install -r requirements.txt, generate.py cv.yaml
The text was updated successfully, but these errors were encountered: