-
Notifications
You must be signed in to change notification settings - Fork 59
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
can this obfucated file be made into a exe #2
Comments
yes it can, with pyinstaller or nuitka :) |
Me again, |
Can you show me the error? |
Theres no error itself, It just does nothing when is an exe |
I am having the same problem |
Answer: Yes, it can be made into an exe, even a multi modular proyect.
You need to specify ALL the imports to the pyinstaller, even your own local modules. # Argument to Add python module
--hidden-import=curses
# Argument to Add local modules
--hiden-import="xGame"
--hiden-import="utils.funcs" |
ohhh ok thank you |
If you need, i can share you how i did it and what i did. |
That would be nice if your can share what u did |
Hey yeah, i currently have to rewrite the entire thing to make it cleaner and so it works with my EXEWrapper in C but i'll let you know You can contact me via discord ConaII#1154 |
Hello. You can make a pull request if you want to share your upgraded version of Hyperion! |
Okay nice, i'll do that soon ^^ |
Pull Request: #13 |
Accept My friend request. I am still having trouble converting to a exe |
c'est ce que j'ai compris de conall : You need to specify ALL the imports to the pyinstaller, even your own local modules. |
bah explique moi jsp ;-; |
up |
So no one was able to build the EXE file? I just didn't have the brains to run it from what I have now) |
No description provided.
The text was updated successfully, but these errors were encountered: