On Mon, 14 Mar 2016 20:56:44 +0000, Val Krem wrote: > #!/usr/bin/python
On some Linux systems python is installed in /usr/local/bin. I would suggest the hash-bang below then python will run no matter where it was installed... #!/usr/bin/env python As a python newbie myself, I can't really give you any constructive comments on your code. -- <Wildman> GNU/Linux user #557453 May the Source be with you. -- https://mail.python.org/mailman/listinfo/python-list