$ stbt tv
Traceback (most recent call last):
File "/usr/local/libexec/stbt/stbt_config.py", line 17, in <module>
from _stbt.config import _config_init, ConfigurationError, get_config
ImportError: No module named _stbt.config
I've deleted the v29 packages from the PPA. Unfortunately the v28
packages don't show up because it still thinks they are Superseded
by the now-deleted v29 packages.
You can download the v28 debs directly:
https://launchpad.net/~stb-tester/+archive/ubuntu/stb-tester/+build/14269683
You can install it with "dpkg -i", or you can build & install from
source. Either way you'll need to install all the dependencies manually
(with "apt install").
I suppose from now on we'll only do source releases, until someone steps
up and fixes the debs. If you want to help with this, we have scripts to
set up an Ubuntu environment (using Docker) to build & test the debs:
extra/debian/ubuntu-shell.sh -c "make deb"
extra/debian/test-deb.sh stb-tester*_$version-1_amd64.deb
Kind regards,
David Röthlisberger
Stb-tester.com Ltd.
--
Stb-tester.com Ltd is a company registered in England and Wales.
Registered number: 08800454. Registered office: 33b Aliwal Road,
Battersea, London, SW11 1RB.
On Wed, 9 Jan 2019, at 12:38 PM, marti...@kentor.se wrote:
> Actually I can't run stbt at all now. Seems it's missing a config file.
> See below. Help!
>
> Traceback (most recent call last):
> File "/usr/lib/stbt/stbt-config", line 47, in <module>
> print get_config(section, key)
> File "/usr/lib/stbt/_stbt/config.py", line 25, in get_config
> File "/usr/lib/stbt/_stbt/config.py", line 85, in _config_init
> IOError: [Errno 2] No such file or directory: '/usr/lib/stbt/_stbt/../stbt.conf'
>
> --
> You received this message because you are subscribed to the Google
> Groups "stb-tester" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to stb-t...@googlegroups.com.