@PythonKing, but regardless, please consider to start your Python something like

# coding: utf-8 def main(): print 'i am in the main function' #look this up on the net to see why you do this way if __name__ == '__main__': main()