ModuleNotFoundError: No module named 'dmenu_extended'
See original GitHub issueI’m using manjaro and after the last update I can’t run dmenu_extended_run anymore
[me@x ~]$ dmenu_extended_run
Traceback (most recent call last):
File "/usr/bin/dmenu_extended_run", line 3, in <module>
import dmenu_extended
ModuleNotFoundError: No module named 'dmenu_extended'
I’m using Python 3.7.0 how do I fix this ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
VirtualBox error · Issue #70 · MarkHedleyJones/dmenu ...
I have an issue with dmenu_extended when running dwmX installed in a VirtualBox...see attached screenshot. This does not happen on bare ...
Read more >Python - ModuleNotFoundError: No module named
Your PYTHONPATH is set to the parent directory of the executed script. So if the executed script is inside a directory src ,...
Read more >How To Fix ModuleNotFoundError (No Module Named) in ...
ModuleNotFoundError no module named error is simply because the module you are trying to include is not installed. ; import keyword followed by...
Read more >How to Fix ModuleNotFoundError and ImportError
I believe most Python programmes are quite familiar with ModuleNotFoundError import aModuleNotFoundError: No module named 'a'.
Read more >ModuleNotFoundError: no module named Python Error [Fixed]
When you try to import a module in a Python file, Python tries to resolve this module in several ways. Sometimes, Python throws...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks, now it works again
Oh, my bad, it should be just
python3 setup.py install