Python: can't read /var/mail/ and other syntax errors
Automatically generated description.
This problem occurs when you try execute python script without specifying script type.
Always include script type in file header:
<code>#! /usr/bin/python</code>