Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

template example error #120

Description

@hobbyml

Hi.

I tried template example 06_jinja_templates, on python 3.6.
Somehow I got following error. could you help to solve problem?

Traceback (most recent call last):
File "python3.6/site-packages/bottle.py", line 862, in _handle
return route.call(**args)
File "python3.6/site-packages/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
File "python3.6/site-packages/eel/init.py", line 158, in _static
template = _jinja_env.get_template(path[n:])
File "python3.6/site-packages/jinja2/environment.py", line 830, in get_template
return self._load_template(name, self.make_globals(globals))
File "python3.6/site-packages/jinja2/environment.py", line 804, in _load_template
template = self.loader.load(self, name, globals)
File "python3.6/site-packages/jinja2/loaders.py", line 113, in load
source, filename, uptodate = self.get_source(environment, name)
File "python3.6/site-packages/jinja2/loaders.py", line 187, in get_source
raise TemplateNotFound(template)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions