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

Running gdscript_docs_maker.__main__ on reference.json #94

Open
1 of 2 tasks
BennytheBomb opened this issue Dec 20, 2023 · 0 comments
Open
1 of 2 tasks

Running gdscript_docs_maker.__main__ on reference.json #94

BennytheBomb opened this issue Dec 20, 2023 · 0 comments

Comments

@BennytheBomb
Copy link

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.

  1. Generate reference.json
  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant