Open
Description
I'm submitting an Issue
- Bug report.
- Feature request.
Bug report
What is the current behavior?
When running python3 -m gdscript_docs_maker /godot-project/reference.json
I get the error message:
opt/homebrew/opt/[email protected]/bin/python3.11: No module named gdscript-docs-maker.main; 'gdscript-docs-maker' is a package and cannot be directly executed
What is the expected behavior?
The module to run successfully generating the markdown files.
Tell us the steps to reproduce the bug, and if possible share a minimal demo of the problem.
- Generate
reference.json
- Run
python3 -m gdscript_docs_maker /godot-project/reference.json
My Solution.
Run python3 -m gdscript_docs_maker.__main__ /godot-project/reference.json
instead.
Other
Other information
Running on macOS 13.5.1 (22G90)
Python version Python 3.11.6
Metadata
Metadata
Assignees
Labels
No labels