#๐ Unable to convert Project to exe
17 messages ยท Page 1 of 1 (latest)
@mint jewel
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
https://github.com/NatDaBestCoder/TheGame
Unable to convert this project to an exe due to playsound3 not having a library it needs
When you try to run it are you getting module not found error?
Also lookout for virtual environments
if so you will need to pip install everything you need to run it and then use pyinstaller
If you are able to run it without module not found error, then force pyinstaller to make an exe anyways (suggest using --onefile flag too) and see if it works
the python file works fine its when it converts to exe pyinstaller can't find a library that playsound3 uses causing it to crash the exe
the paste bin has the error file
Weird
I have encountered this error
I do not remember how I solved it now
I'll try to recollect and post it here
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.