Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5770

Re: pyinstaller funktioniert nicht mehr

From "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de>
Newsgroups de.comp.lang.python
Subject Re: pyinstaller funktioniert nicht mehr
Date 2021-11-18 11:21 +0000
Message-ID <ivmr8uF164sU1@mid.individual.net> (permalink)
References <sn5819$25j$1@news2.informatik.uni-stuttgart.de>

Show all headers | View raw


Ulli Horlacher <framstag@rus.uni-stuttgart.de> wrote:
>Arbeitet hier jemand mit pyinstaller?

>Vor 5 Jahren hatte ich noch unter Windows 7 mit pyinstaller Python2
>Programme compiliert. Das hatte gut funktioniert, es ist ein stand-alone
>exe herausgekommen.

>Ich hab das nun mit Python3 und Windows 10 wieder probiert. Da
>funktioniert das nicht mehr. Ich bekomme:


>P:\W10>pyinstaller.exe --onefile fextasy.py
>140 INFO: PyInstaller: 4.7
>140 INFO: Python: 3.10.0
>171 INFO: Platform: Windows-10-10.0.19041-SP0
>171 INFO: wrote P:\W10\fextasy.spec
>171 INFO: UPX is not available.
Vielleicht liegt es daran. Wie soll pyinstaller eine Exe erstellen, wenn
der Packer nicht vorhanden ist.

In meiner Windows 10 VM hat allerdings ein einfaches Skript mit etwas
Tk GUI funktioniert.
Probier mal ein triviales Skript mit print('Hello') aus.

-- 
Dipl.-Inform(FH) Peter Heitzer, peter.heitzer@rz.uni-regensburg.de

Back to de.comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

pyinstaller funktioniert nicht mehr Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2021-11-18 09:56 +0000
  Re: pyinstaller funktioniert nicht mehr "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2021-11-18 11:21 +0000
    Re: pyinstaller funktioniert nicht mehr Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2021-11-18 12:00 +0000
      Re: pyinstaller funktioniert nicht mehr "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2021-11-18 12:32 +0000
        Re: pyinstaller funktioniert nicht mehr Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2021-11-18 12:53 +0000
          Re: pyinstaller funktioniert nicht mehr "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2021-11-18 13:41 +0000
            Re: pyinstaller funktioniert nicht mehr "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2021-11-18 14:04 +0000
    Re: pyinstaller funktioniert nicht mehr Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2021-11-18 16:08 +0000
      Re: pyinstaller funktioniert nicht mehr "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2021-11-18 16:45 +0000
        Re: pyinstaller funktioniert nicht mehr Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2021-11-18 18:12 +0000
          Re: pyinstaller funktioniert nicht mehr "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2021-11-19 07:41 +0000
          [Python-de] Re: pyinstaller funktioniert nicht mehr Hartmut Goebel <h.goebel@goebel-consult.de> - 2022-02-12 15:17 +0100

csiph-web