ModuleNotFoundError: No module named 'dmenu_extended'
vestingz opened this issue · 0 comments
vestingz commented
dmenu_extended_run
won't run after the latest python 3.9 update with following error message:
Traceback (most recent call last):
File "/usr/bin/dmenu_extended_run", line 3, in <module>
import dmenu_extended
ModuleNotFoundError: No module named 'dmenu_extended'
Tested on Arch 5.9.9-zen1-1-zen with Python 3.9.0.
Edit: Nvm, #68 actually solved it. Closing this.