“Machen Sie die Exe -Datei Pycharm” Code-Antworten

Code für die Erstellung einer EXE -Datei für Python

pip install pyinstaller

cd PathOfFile

pyinstaller --onefile -w ScriptName.py

(note that if you are using -w then your python file has to be an application and the file will be inside the "dist" folder)
Condemned Cowfish

Machen Sie die Exe -Datei Pycharm

In PyCharm use External Tools to make exe 
Settings -> External Tools
Name: PyInstaller  Group: External Tools
Program: [PATH]\pyinstaller.exe
Argument: main.py
Working directory: $ProjectFileDir$

How to use:
In current project go to menu Tools -> External Tools -> PyInstaller
I hope it helps!
Sparkling Salamander

Machen Sie die Exe -Datei Pycharm

pip gaand mara
Smoggy Skimmer

Ähnliche Antworten wie “Machen Sie die Exe -Datei Pycharm”

Fragen ähnlich wie “Machen Sie die Exe -Datei Pycharm”

Weitere verwandte Antworten zu “Machen Sie die Exe -Datei Pycharm” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen