- I try to use syntax python -m <module>, 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.