$ etm
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.4/etm", line 83, in <module>
view.main(dir=etmdir)
File "/usr/lib64/python3.4/site-packages/etmTk/view.py", line 4416, in main
(user_options, options, use_locale) = data.get_options(etmdir)
File "/usr/lib64/python3.4/site-packages/etmTk/data.py", line 1313, in get_options
fo = codecs.open(colors_cfg, 'w', dfile_encoding)
File "/usr/lib64/python3.4/codecs.py", line 891, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: '/home/mjo/.etm/colors.cfg'
A "mkdir" fixes it, but I'm trying to package this for Gentoo, and we can't write to the user's home directory as part of the installation.
It looks like issue #23 is back for me... with v3.2.27:
A "mkdir" fixes it, but I'm trying to package this for Gentoo, and we can't write to the user's home directory as part of the installation.