Jump to content

Something I found that may be helpful for this community (cursory search showed no matches):

 

When installing FAHControl rpm, there was an error that showed up when attempting to start it

# FAHControl 
  File "/usr/bin/FAHControl", line 57
    if sock.recv(1024).strip() == 'OK': print 'Ok'
                                                 ^
SyntaxError: invalid syntax
 

 

A quick search of the net showed that changing the file /usr/bin/FAHControl so that the first line reads #!/usr/bin/python2 instead of #!/usr/bin/python fixes this issue and allows the software to start, and you to configure it to be able to use the LTT Team number: 223518

Link to comment
https://linustechtips.com/topic/1167747-foldinghome-linux-syntax-error/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×