I did as you suggested, but the command "python phatch.py" gave an error stating that "python" was not a valid command. By entering simply "phatch.py", the below error came out, which I believe is the same error that appears briefly after I double-click on the phatch.py icon:
c:\phatch\phatch>phatch.py
Traceback (most recent call last):
File "C:\phatch\phatch\phatch.py", line 59, in <module>
main()
File "C:\phatch\phatch\phatch.py", line 56, in main
app.main(config_paths, app_file = FILE)
File "C:\phatch\phatch\app.py", line 167, in main
_gui(app_file,paths,settings)
File "C:\phatch\phatch\app.py", line 121, in _gui
from pyWx import gui
File "C:\phatch\phatch\pyWx\gui.py", line 51, in <module>
from core import api, ct
File "C:\phatch\phatch\core\api.py", line 26, in <module>
from core import ct, pil
File "C:\phatch\phatch\core\pil.py", line 26, in <module>
import Image
ImportError: No module named Image