Python Forum

Full Version: Compiling python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!
The thing is, I want to make exe files, but I don't know how to compile these. Can someone help me?
I was try a lot of things, but none of than worked. Wall
Quote:I was try a lot of things, but none of than worked
For instance?


use pyinstaller docs: https://pyinstaller.readthedocs.io/en/v3.3.1/usage.html
install with:
pip install pyinstaller
Quote:I was try a lot of things, but none of than worked. Wall
What have you tired and tools used?

Look at this post it has a basic test that you can do.
Search forum there are many posts about Pyinstaller.
I tried pyinstaller, but that does not work either. I was watched a lot of videos, and anything what I'm tried didn't work. I was download a lot of things, but nothing was worked.
Without any input for us, we can't help you.
There are many steps where issues can happen.
Guessing about this, is not an option.
(Mar-06-2019, 03:44 PM)DeaD_EyE Wrote: [ -> ]I tried pyinstaller, but that does not work either.
Pyinstallers works that i know very well,as mention bye DeaD_EyE without an input code there is nothing we can help with.
Have a tutorial her Sound-player standalone.
In this Thread i do troubleshoot to get Pandas to work in one .exe file.
My Python version is 3.7.0. But this how can I use this compiler program? But as the videos showed, it wasn't working.
(Apr-19-2019, 07:18 PM)CommanderCody66 Wrote: [ -> ]My Python version is 3.7.0. But this how can I use this compiler program? But as the videos showed, it wasn't working.
Why do you even bother to post this over one month later,if you have no new info at all about what you doing or code you use Dodgy
(Mar-06-2019, 03:44 PM)DeaD_EyE Wrote: [ -> ]Without any input for us, we can't help you.