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

Check and fix bugs in command line Frontend GUI #35

Open
Lyubava opened this issue Oct 30, 2015 · 0 comments
Open

Check and fix bugs in command line Frontend GUI #35

Lyubava opened this issue Oct 30, 2015 · 0 comments
Labels

Comments

@Lyubava
Copy link
Member

Lyubava commented Oct 30, 2015

  1. Fix paths to correct work of Frontend on developer's Veles version

lpodoynitsina@lpodoynitsinau64:~/Projects/Veles$ python3 -m veles --frontend

Processing arguments...
Writing /export/home/lpodoynitsina/Projects/Veles/web/dist/frontend.html...
Process Process-1:
Traceback (most recent call last):
File "/usr/lib/python3.4/multiprocessing/process.py", line 254, in _bootstrap
self.run()
File "/usr/lib/python3.4/multiprocessing/process.py", line 93, in run
self._target(_self._args, *_self._kwargs)
File "/export/home/lpodoynitsina/Projects/Veles/veles/main.py", line 282, in _open_frontend_process
main()
File "/export/home/lpodoynitsina/Projects/Veles/veles/scripts/generate_frontend.py", line 83, in main
sout = loader.load("frontend.html").generate(
File "/usr/local/lib/python3.4/dist-packages/tornado/template.py", line 343, in load
self.templates[name] = self._create_template(name)
File "/usr/local/lib/python3.4/dist-packages/tornado/template.py", line 370, in _create_template
with open(path, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/export/home/lpodoynitsina/Projects/Veles/web/dist/templates/frontend.html'

@Lyubava Lyubava added the bug label Oct 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant