blibers

Results 5 comments of blibers

> Should be fixed in 0.12.10a0. I'm on this version (AUR), I'm getting this urwid error: ``` Traceback (most recent call last): File "/usr/bin/stig", line 33, in sys.exit(load_entry_point('stig==0.12.10a0', 'console_scripts', 'stig')())...

> AUR seems to have stig 0.12.6a0-1? https://aur.archlinux.org/packages/stig For stig 0.12.10a0 you need urwid 2.6.12 or higher. Sounds like something you should ask the AUR package maintainer about. If the...

> The Arch `python-urwid` package has been flagged out of date for a long time; it's on 2.6.10 but we need >=2.6.12. I've put an updated `PKGBUILD` which you can...

> That is very strange. On my Arch it builds fine, and the only significant modification from the official `PKGBUILD` is bumping the version. If you run `pacman -Ql python-setuptools...

Oh, ok, my bad, I had a conflict with the thing being located also on ~/.local After removing it I was able to install your version of python-urwid! stig is...