Stuart Henderson writes:
> 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..)
I see py-configobj in my pkg_info outputs but I can't import configobj
in python console
solene@T400:~% python2.7
Python 2.7.11 (default, Jun 29 2016, 14:27:37)
[GCC 4.2.1 20070719 ] on openbsd6
Type "help", "copyright", "credits" or "license" for more information.
>>> import configobj
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/site-packages/configobj.py", line 22, in
<module>
import six
ImportError: No module named six