Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Module not found #429

Open
neworeal opened this issue Feb 8, 2024 · 2 comments
Open

[BUG] Module not found #429

neworeal opened this issue Feb 8, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@neworeal
Copy link

neworeal commented Feb 8, 2024

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

@neworeal neworeal added the bug Something isn't working label Feb 8, 2024
@greenstorm5417
Copy link

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

@bekreative6
Copy link

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

it didnt work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants