[Python] .py en exécutable
Résolu/Fermé
A voir également:
- Python est introuvable. exúcutez sans argument pour procúder ó l
- Bouton on off o i ✓ - Forum Loisirs / Divertissements
- O/ signification ✓ - Forum Hotmail / Outlook.com
- O&o shutup10 - Télécharger - Confidentialité
- Facebook rencontre introuvable - Forum Facebook
2 réponses
mamiemando
Messages postés
33333
Date d'inscription
jeudi 12 mai 2005
Statut
Modérateur
Dernière intervention
31 octobre 2024
7 800
20 avril 2006 à 12:43
20 avril 2006 à 12:43
Il suffit de rajouter en entête de ton fichier un truc du genre :
Exemple :
http://www.lea-linux.org/cached/index/Dev-python.html
Ensuite tu rajoutes les droits en éxecution sur ton fichier py :
Et après tu peux l'exécuter direct :
Bonne chance
#!lepath_de_l_executable_python
Exemple :
#!/usr/bin/python
http://www.lea-linux.org/cached/index/Dev-python.html
Ensuite tu rajoutes les droits en éxecution sur ton fichier py :
chmod +x plop.py
Et après tu peux l'exécuter direct :
./plop.py
Bonne chance
sebsauvage
Messages postés
32893
Date d'inscription
mercredi 29 août 2001
Statut
Modérateur
Dernière intervention
21 octobre 2019
15 659
20 avril 2006 à 13:23
20 avril 2006 à 13:23
Voir aussi:
https://sebsauvage.net/python/snyppets/index.html#py2exe
Certaines fonctionnent sous Linux.
https://sebsauvage.net/python/snyppets/index.html#py2exe
Certaines fonctionnent sous Linux.
kilian
Messages postés
8731
Date d'inscription
vendredi 19 septembre 2003
Statut
Modérateur
Dernière intervention
20 août 2016
1 527
20 avril 2006 à 15:07
20 avril 2006 à 15:07
Ben sebsauvage t'a donné la réponse.
Un extrait du lien qu'il t'a donné:
Un extrait du lien qu'il t'a donné:
py2exe provides an easy way to gather all necessary files to distribute your Python program on computers where Python is not installed.
Utilisateur anonyme
>
kilian
Messages postés
8731
Date d'inscription
vendredi 19 septembre 2003
Statut
Modérateur
Dernière intervention
20 août 2016
20 avril 2006 à 15:18
20 avril 2006 à 15:18
ok
j ai téléchargé PyInstaller 1.1 (car je travaille sous linux py2exe) et dans le Readme.txt, y'a cette ligne :
"Everyone should:
python Configure.py
python Makespec.py /path/to/yourscript.py /path/for/specfile.spec"
A quoi correspond /path/for/specfile.spec?
Merci
j ai téléchargé PyInstaller 1.1 (car je travaille sous linux py2exe) et dans le Readme.txt, y'a cette ligne :
"Everyone should:
python Configure.py
python Makespec.py /path/to/yourscript.py /path/for/specfile.spec"
A quoi correspond /path/for/specfile.spec?
Merci
Utilisateur anonyme
>
kilian
Messages postés
8731
Date d'inscription
vendredi 19 septembre 2003
Statut
Modérateur
Dernière intervention
20 août 2016
20 avril 2006 à 15:29
20 avril 2006 à 15:29
Autant pout moi
C'est bon
Merci
C'est bon
Merci