Comment 9 for bug 1098102

Revision history for this message
Martin Luder (maser) wrote :

Thanks Dustin!

Was the fix included in 5.27? Because i still get the same error:

:~$ byobu -v
byobu version 5.27
tmux 1.5
:~$ byobu
Traceback (most recent call last):
  File "/usr/bin/byobu-select-session", line 97, in <module>
    sessions = get_sessions()
  File "/usr/bin/byobu-select-session", line 63, in get_sessions
    output = subprocess.check_output(["tmux", "list-sessions"])
AttributeError: 'module' object has no attribute 'check_output'