Groups | Search | Server Info | Keyboard shortcuts | Login | Register


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

Re: Alternative zu PySimpleGUI?

From Ulli Horlacher <framstag@rus.uni-stuttgart.de>
Newsgroups de.comp.lang.python
Subject Re: Alternative zu PySimpleGUI?
Date 2025-03-21 09:09 +0000
Organization University of Stuttgart, FRG
Message-ID <vrjabq$fc7$1@rusnews.informatik.uni-stuttgart.de> (permalink)
References <vribpp$72i$1@rusnews.informatik.uni-stuttgart.de>

Show all headers | View raw


Ulli Horlacher <framstag@rus.uni-stuttgart.de> wrote:

> Es gibt zwar wohl noch die letzte freie Version 
> https://github.com/csm10495/PySimpleGUI-4-foss
> aber ohne Support/Bugfixing/Weiterentwicklung.

Ausserdem funktioniert das nicht:

root@juhu:~# pip install pysimplegui-4-foss
(...)

root@juhu:~# psgver
Traceback (most recent call last):
  File "/usr/local/bin/psgver", line 5, in <module>
    from PySimpleGUI.PySimpleGUI import main_get_debug_data
ModuleNotFoundError: No module named 'PySimpleGUI.PySimpleGUI'; 'PySimpleGUI' is not a package

root@juhu:~# type psgver
psgver is hashed (/usr/local/bin/psgver)

root@juhu:~# cat /usr/local/bin/psgver
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from PySimpleGUI.PySimpleGUI import main_get_debug_data
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(main_get_debug_data())


-- 
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 | NextPrevious in thread | Find similar


Thread

Alternative zu PySimpleGUI? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2025-03-21 00:27 +0000
  Re: Alternative zu PySimpleGUI? "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2025-03-21 08:28 +0000
  Re: Alternative zu PySimpleGUI? "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2025-03-21 09:06 +0000
  Re: Alternative zu PySimpleGUI? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2025-03-21 09:09 +0000

csiph-web