Hello Klemens, I really do not understand what's going on here...
On 2/4/19 8:59 PM, Klemens Nanni wrote: [...]
$ doas make install [...] $ mmaker dwm env: python: No such file or directory $ cat `which mmaker` #!/usr/bin/env python import MenuMaker.CLI
$ cat `which mmaker` #!/usr/bin/env python3 import sys; sys.path = ['/usr/local/share/menumaker'] + sys.path import MenuMaker.CLI
$ ln -s `which python3` ~/bin/python $ mmaker dwm Traceback (most recent call last): File "/usr/local/bin/mmaker", line 2, in <module> import MenuMaker.CLI ModuleNotFoundError: No module named 'MenuMaker'
$ mmaker dwm unknown frontend: dwm So I can't reproduce what you're seeing... -- Alessandro DE LAURENZIS [mailto:jus...@atlantide.t28.net] Web: http://www.atlantide.t28.net LinkedIn: https://www.linkedin.com/in/delaurenzis/