Did you try creating a new counter with a new name to see if that corrects your problem?
EDIT:
Seems the Counter Manager doesn't like the name Counter as the data file, so anything that doesn't use Counter should be ok.
As far as your python script, try adding these two lines to your root .htaccess file.
AddHandler python-program py
AddType application/python py