On 2016/07/03 11:59, Solène RAPENNE wrote: > Hello, > > it seems that audio/puddletag is broken. When I try to start it I get > the following error message with a "OK" button. > > > "Error: The configobj module wasn't found. Please check that it's installed > properly. Download it from your distro's repository (usually > python-configobj) or directly from http://code.google.com/p/configobj/" > > uname -a > OpenBSD t400.perso.pw 6.0 GENERIC.MP#2244 amd64 > > Kind regards >
What happens if you do this? $ python2.7 Python 2.7.11 (default, Jun 8 2016, 15:24:44) [GCC 4.2.1 20070719 ] on openbsd6 Type "help", "copyright", "credits" or "license" for more information. >>> import configobj >>> ? (Also check pkg_info | grep py-configobj, but it should be there because it's a dependency of puddletag..)
