-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
When creating a jsweb project following the documentation guide the following error occurs.
(venv) c:\Users\user\Code\jsweb>jsweb new myproject
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "c:\Users\user\Code\jsweb\venv\Scripts\jsweb.exe_main.py", line 6, in
sys.exit(cli())
~~~^^
File "c:\Users\user\Code\jsweb\venv\Lib\site-packages\jsweb\cli.py", line 474, in cli
create_project(args.name)
~~~~~~~~~~~~~~^^^^^^^^^^^
File "c:\Users\user\Code\jsweb\venv\Lib\site-packages\jsweb\cli.py", line 124, in create_project
with open(src, "rb") as f_src:
~~~~^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'c:\Users\user\Code\jsweb\venv\Lib\site-packages\jsweb\static\jsweb_logo.png'