Skip to content

Jsweb new not working #29

@Atreal7

Description

@Atreal7

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'

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggreat findingone of the eye opening finds ever

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions