Skip to content

Running gdscript_docs_maker.__main__ on reference.json #94

Open
@BennytheBomb

Description

@BennytheBomb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions