View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#75
No problem; your work is really appreciated


Now I've another issue

Code:
# 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
it seems there is a lack of module...


using v0.7.2 and the scripts from the first post...


Edit: My bad I've copied them into /opt/meegoal/ now and I get:

Code:
# 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
I think other than the seconds till match everything else works as it appears on billboard now Its not a big miss anyway!


Thanks a ton for your efforts!

Last edited by thedead1440; 2012-11-03 at 10:36.
 

The Following User Says Thank You to thedead1440 For This Useful Post: