byobu-3.29_1 will failed when I execute the ‘byobu-config’:
$ byobu-config
Traceback (most recent call last):
File "/usr/local/bin/byobu-config", line 25, in <module>
import sys, os, os.path, time, string, commands, gettext, glob, snack
ImportError: No module named snack
Traceback (most recent call last):
File "/usr/local/bin/byobu-config", line 25, in <module>
import sys, os, os.path, time, string, commands, gettext, glob, snack
ImportError: No module named snack
To solve this, you will need to install devel/newt (be sure to define WITH_PYTHON).