On 31/08/11 20:14, Cranky Frankie wrote:
This code works. Now I just have to figure out: - how to associate .py files in Ubuntu to IDLE
You probably don't want to do that. IDLE is fine for developing code but you don't want to run it in IDLE for general use you want to use the interpreter. And the shebang (#!) line at the start will do that for you.
-- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor