[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-10-20 Thread Launchpad Bug Tracker
[Expired for byobu (Ubuntu) because there has been no activity for 60 days.] ** Changed in: byobu (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770090 T

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-08-21 Thread Lance Tien
As far as I can debug, `which python` shows my python-anaconda distribution and can't import snack. `sudo which python` shows /usr/bin/python and can import snack. I guess there's a problem about python-newt package and user-installed python distribution. So byobu- config could always using system-

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-08-21 Thread Lance Tien
I suddenly found byobu-config works with sudo, so I have no problems now :P -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770090 Title: byobu-config can't run on Ubuntu 18(python 3) To manage noti

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-08-14 Thread Andreas Hasenack
I don't know. That looks like a pure upstream issue. This bug is about the package in Ubuntu, and we still can't reproduce the issue you encountered. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17700

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-08-12 Thread Lance Tien
apt removed and autoremoved byobu, then I downloaded the code from git clone -b ubuntu/bionic https://git.launchpad.net/ubuntu/+source/byobu but make install failed. It says Making install in etc/byobu make[1]: Entering directory '/home/lance/byobu/etc/byobu' make[2]: Entering directory '/home/l

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-07-31 Thread Lance Tien
@Andreas I think I didn't modified byobu, and I run `pip list | grep snack` it shows nothing. The byobu-config worked about two month ago(#2), at that time I found my missing package by reading the build instruction on Github's byobu repo. Now I have no idea what's wrong with this, may be I should

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-07-31 Thread Andreas Hasenack
I did a minimal installation of 18.04 (desktop). Logged in, opened a terminal, typed byobu, not installed, installed it with apt. byobu itself, as well as byobu-config, worked out of the box. I also have newt installed, in terms of python3-newt and libnewt0.52, and tmux 2.6-3. I don't know how y

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-07-30 Thread  Christian Ehrhardt 
Oh I realized that we all totally missed that you said 18.04 in your first post. Obviously a different issue, as the fix we wanted to check was towards 16.04 and already ok in Bionic. Sorry for the noise Lance :-/ TL;DR you are still affected by somehow broken dependencies with "snack" being the

Re: [Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-07-30 Thread Lance Tien
that doesn't work. I have installed libslang2, apt shows 2.3.1a- 3ubuntu1. BTW, I use tmux as backend, so I guess it's another problem. now byobu config says "ERROR: Could not import the python snack module."  Christian Ehrhardt  <1770...@bugs.launchpad.net> 于 2018年7月30日周一 17:50写道: > Hi Lance

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-07-30 Thread  Christian Ehrhardt 
Hi Lance, since the fix of bug #1537528 is released in the meantime it would be enough to just upgrade all packages (slang2 in particular if you want to be selective). $ sudo apt update $ sudo apt dist-upgrade Among other fixes that will bring slang2 (2.3.0-2ubuntu1.1) xenial So to be more sel

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-07-23 Thread Lance Tien
@Andreas Sorry I'm not familiar with this bug fix system, how could I install that package in Ubuntu? I can't find a download link -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770090 Title: byobu-

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-07-23 Thread Andreas Hasenack
@Lance, could you please test the package from bug #1537528 which is in proposed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770090 Title: byobu-config can't run on Ubuntu 18(python 3) To manag

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-07-19 Thread  Christian Ehrhardt 
@Lance - hi I just recently fixed such an issue, see bug 1537528 TL;DR it crashes when it was using the screen backend. Since you have python-newt installed this bug here isn't your issue. Maybe it is the other I linked (which is on it's way into the release atm). And if it is neither, then please

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-07-19 Thread Lance Tien
Now it's broken again. Python-newt installed, ubuntu 18 LTS, 4.15.0-24-generic #26-Ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770090 Title: byobu-config can't run on Ubuntu 18(python 3)

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-07-19 Thread YUKI Hiroshi
Same problem happens on my Ubuntu 16.04LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770090 Title: byobu-config can't run on Ubuntu 18(python 3) To manage notifications about this bug go to:

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-05-14 Thread  Christian Ehrhardt 
Yeah, agree to the wish as a dependency ** Changed in: byobu (Ubuntu) Status: Incomplete => Confirmed ** Changed in: byobu (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-05-11 Thread Lance Tien
Oh silly me, I used a minimal-installed Ubuntu and thus don't have python-newt package. Now it works. I wish python-newt could be added into dependencies. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-05-11 Thread  Christian Ehrhardt 
Hi Lance, I installed byobu on my 18.04 and it worked right away - byobu-config as well. # byobu --version byobu version 5.125 tmux 2.6 byobu is on 5.125-0ubuntu1 There must be some change in your python dependencies that triggers this, or an byobu extra of some sort maybe? My system was a fres