question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError: No module named 'dmenu_extended'

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
hillz2commented, Sep 25, 2018

Thanks, now it works again

0reactions
ffs97commented, Sep 25, 2018

Oh, my bad, it should be just python3 setup.py install

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found