I recently got a raspberry pi for Christmas and have created some very simple script in order to draw a circle on the screen with python, using pygame. This runs fine after starting up the GUI and activating it from the LXTerminal, however if I enter "python Circle.py" into the terminal after start ...