wpbullet icon indicating copy to clipboard operation
wpbullet copied to clipboard

ModuleNotFoundError: No module named 'colorama'

Open wheatonma opened this issue 6 years ago • 0 comments

I'm running as python3. Scanning fails. colorama is installed.

Traceback (most recent call last):
  File "wpbullet.py", line 2, in <module>
    from core import scanner
  File "/home/linuxlite/Documents/wpbullet/core/scanner.py", line 3, in <module>
    from core import passive_check
  File "/home/linuxlite/Documents/wpbullet/core/passive_check.py", line 2, in <module>
    from colorama import Fore
ModuleNotFoundError: No module named 'colorama'

wheatonma avatar Jan 06 '20 19:01 wheatonma