Closed PrakharPythonProgrammer closed 3 years ago
It's a long time ago. I remember I wanted the code loadable from an external module, so I moved everything under a "grail" subdirectory. If "grail.py" was the script to start it, maybe try running "python grail" or "python -m grail" from the top level to run the package's __main__.py
as a script.
Oh! ok I'll try that
On Mon, May 31, 2021, 10:48 Martin Panter @.***> wrote:
It's a long time ago. I remember I wanted the code loadable from an external module, so I moved everything under a "grail" subdirectory. If "grail.py" was the script to start it, maybe try running "python grail" or "python -m grail" from the top level to run the package's main.py as a script.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PrakharPythonProgrammer/Grail-0.6/issues/9#issuecomment-851182356, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUCW2R5W3PYUPLBPTSR2OMDTQML2ZANCNFSM452DXQYQ .
I haven't checked each and every folder so I don't know the total number but some files seem to be missing like grail.py Why did you delete those @vadmium ?