addi00000 / empyrean

Easy to use and open-source stealer that's super effective
MIT License
988 stars 341 forks source link

[BUG] Module not found #429

Open neworeal opened 5 months ago

neworeal commented 5 months ago

this is probably a problem that has been answered before but whenever I run the file after creating it in the menu an error comes up that says "unhandled exception in script" and then this:

Failed to execute script 'main' due to unhandled exception: No module named •components.discordtoken• Traceback (most recent call last): File "main.py", line 7, in ModuleNotFoundError: No module named ' components.discordtoken'

To Reproduce Steps to reproduce the behavior:

  1. Run through all the steps in the build file
  2. file is made and appears in "dist" folder as it says
  3. click file to run and error occurs

Expected behavior I expected it to run and then put my token and other info in my webhook channel

Screenshots

Screenshot 2024-02-07 202056

greenstorm5417 commented 5 months ago

install all the python packages in the reqirements.txt normally before you compile it, that should work.

bekreative6 commented 4 months ago

install all the python packages in the reqirements.txt normally before you compile it, that should work.

it didnt work for me