Skip to content

not working when using python -m <module> syntax #532

@badien

Description

@badien
  • I try to use syntax python -m , nothing occurs. This is normal when using syntax python <script file>
  • scenario:
    • write in __main__.py file with prog parameter as "app" under app folder inside project folder, Run command at project folder:
    • using python -m app --> nothing occurs
    • using python app/__main__.py --> it is ok

Please check, Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions