Hello
I have installed Geany 1.24 on my HP ENVY dv7 laptop running windows 8.1. I used Geany to write a small program. When I tried to execute the program(Pygame) I got the following error message
File "C:\Python 27\clock.py , line 1, in <module> 
import time,Pygame
Import error: No module named Pygame
the set build commands are
Compile         python -m py_compile "%f"
Make            make
Make Custom Target        make
Make Object            make %e,o
Execute                "%f"
Could anyone please let me know what I'm doing wrong.