# python /home/user/meegoal_lpm_backend.py Traceback (most recent call last): File "/home/user/meegoal_lpm_backend.py", line 7, in <module> from match import Match ImportError: No module named match
# python /opt/meegoal/meegoal_lpm_backend.py Traceback (most recent call last): File "/opt/meegoal/meegoal_lpm_backend.py", line 55, in <module> print "matchtime in the future, sleep {0} seconds".format(seconds_till_match) NameError: name 'seconds_till_match' is not defined