MarkHedleyJones / dmenu-extended

An extension to dmenu for quickly opening files and folders.
MIT License
388 stars 33 forks source link

ModuleNotFoundError: No module named 'dmenu_extended' #111

Closed vestingz closed 3 years ago

vestingz commented 3 years ago

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.