It looks to me like it might be stuck at the very beginning with "import os". In MacOS terminal, can you do a simple "import os" in Python shell?
$ python >>> import os >>>
It looks to me like it might be stuck at the very beginning with "import os". In MacOS terminal, can you do a simple "import os" in Python shell?
$ python >>> import os >>>