addi00000 / empyrean

Easy to use and open-source stealer that's super effective
MIT License
1.04k stars 343 forks source link

[BUG]Traceback (most recent call last): File "main.py", line 6, in <module> ModuleNotFoundError: No module named 'components.browsers' #450

Open RyZeBLAZE opened 6 months ago

RyZeBLAZE commented 6 months ago

Traceback (most recent call last): File "main.py", line 6, in ModuleNotFoundError: No module named 'components.browsers'

Oronno03 commented 6 months ago

Try this to fix it:

  1. Download this file and put it in the src/components folder in your empyrean directory. image

OR

  1. In the src/components folder create a file called "browsers.py"

  2. Copy and paste the content from this file from the repository to the browsers.py just created.

Build it again and it should work fine now.