You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2023. It is now read-only.
Happy does not work with python 3.x but not not explicitly specify python 2 in the scripts so it will fail on a system where 'python' is 3.x. Fix should be to change the first lines of all scripts from #!/usr/bin/env python to #!/usr/bin/env python2