The FAHClient daemon appears to be running as I can view progress of a task/work unit in FAHViewer and top shows stuff that is obviously FAH stuff is running. The problem is that when I click the FAHControl icon in the dashboard (DASH Home) I get a popup dialogue saying FAHControl stopped running unexpectedly.
In /usr/bin I found a Python script named FAHControl I tried to run it from a terminal with python FAHControl and received the following error:
File "FAHControl", line 25, in <module>
from fah import FAHControl, load_fahcontrol_db
ImportError: No module named fah
I write Python a fair bit so it appears I need the fah module. Where can I find that?