You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I'm submitting an Issue
Bug report
What is the current behavior?
When running
python3 -m gdscript_docs_maker /godot-project/reference.json
I get the error message: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.
reference.json
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
The text was updated successfully, but these errors were encountered: