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

TemplateNotFound: export.html #21

Open
cumulus13 opened this issue Jul 2, 2021 · 1 comment
Open

TemplateNotFound: export.html #21

cumulus13 opened this issue Jul 2, 2021 · 1 comment

Comments

@cumulus13
Copy link

Traceback (most recent call last):
  File "/sdk/anaconda2/lib/python2.7/site-packages/moo/__init__.py", line 227, in main
    export_files(files, options)
  File "/sdk/anaconda2/lib/python2.7/site-packages/moo/__init__.py", line 175, in export_files
    template = env.get_template('export.html')
  File "/sdk/anaconda2/lib/python2.7/site-packages/jinja2/environment.py", line 830, in get_template
    return self._load_template(name, self.make_globals(globals))
  File "/sdk/anaconda2/lib/python2.7/site-packages/jinja2/environment.py", line 804, in _load_template
    template = self.loader.load(self, name, globals)
  File "/sdk/anaconda2/lib/python2.7/site-packages/jinja2/loaders.py", line 115, in load
    source, filename, uptodate = self.get_source(environment, name)
  File "/sdk/anaconda2/lib/python2.7/site-packages/jinja2/loaders.py", line 189, in get_source
    raise TemplateNotFound(template)
TemplateNotFound: export.html

what minimum requirements for moo ?

@cumulus13
Copy link
Author

its ok, i copy from github to my python lib
copy -r /projects/moo/moo/templates /sdk/anaconda2/lib/python2.7/site-packages/moo/

:)

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

1 participant