Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #6284
| From | Ulli Horlacher <framstag@rus.uni-stuttgart.de> |
|---|---|
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Re: subprocess.call() funktioniert nicht mit Windows? |
| Date | 2025-03-27 23:31 +0000 |
| Organization | University of Stuttgart, FRG |
| Message-ID | <vs4n3o$1am$1@rusnews.informatik.uni-stuttgart.de> (permalink) |
| References | <vs0k86$ukp$1@rusnews.informatik.uni-stuttgart.de> <198c8db5-3320-48fc-a119-5ff6f299cc5d@goebel-consult.de> <m4kjb7F9relU1@mid.individual.net> |
Peter Heitzer <peter.heitzer@rz.uni-regensburg.de> wrote: > Das kann auch vom PyInstaller kommen. Ich habe PyInstaller ein paar > mal probiert und war wenig begeistert. Es ist das einzige Programm, das ich kenne, das aus einem Python-Skript eine standalone Windows Executable produziert. > Ich verwende lieber einen generischen Installer (NSIS). > Für einen Test mit einem zugegebenerweise primitiven Programm mit > guizero bin ich wie folgt vorgegangen. > Python installiert: > python-3.13.2-amd64.exe /passive TargetDir="%userprofile%\py3" InstallAllUsers=0 Include_doc=0 Include_test=0 > Danach ins Verzeichnis %userprofile%\py3 gewechselt und guizero > nachinstalliert. Das ist fuer meine User VIEL zu kompliziert. Das schaffen die nie. Die wollen EIN Programm zum herunterladen und dann mit Klick drauf ausfuehren. Alles andere akzeptieren die nicht. -- Ullrich Horlacher Server und Virtualisierung Rechenzentrum TIK Universitaet Stuttgart E-Mail: horlacher@tik.uni-stuttgart.de Allmandring 30a Tel: ++49-711-68565868 70569 Stuttgart (Germany) WWW: https://www.tik.uni-stuttgart.de/
Back to de.comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar
subprocess.call() funktioniert nicht mit Windows? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2025-03-26 10:17 +0000
[Python-de] Re: subprocess.call() funktioniert nicht mit Windows? Hartmut Goebel <h.goebel@goebel-consult.de> - 2025-03-26 22:02 +0100
Re: [Python-de] Re: subprocess.call() funktioniert nicht mit Windows? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2025-03-26 22:35 +0000
[Python-de] Re: subprocess.call() funktioniert nicht mit Windows? Hartmut Goebel <h.goebel@goebel-consult.de> - 2025-03-27 16:24 +0100
Re: [Python-de] Re: subprocess.call() funktioniert nicht mit Windows? "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2025-03-27 16:00 +0000
Re: [Python-de] Re: subprocess.call() funktioniert nicht mit Windows? "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2025-03-27 09:16 +0000
Re: [Python-de] Re: subprocess.call() funktioniert nicht mit Windows? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2025-03-27 23:31 +0000
Re: [Python-de] Re: subprocess.call() funktioniert nicht mit Windows? "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2025-03-28 08:20 +0000
csiph-web