Ulli Horlacher <[email protected]> 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: [email protected]
Allmandring 30a Tel: ++49-711-68565868
70569 Stuttgart (Germany) WWW: https://www.tik.uni-stuttgart.de/
_______________________________________________
python-de Mailingliste -- [email protected]
Zur Abmeldung von dieser Mailingliste senden Sie eine Nachricht an
[email protected]
https://mail.python.org/mailman3/lists/python-de.python.org/
Mitgliedsadresse: [email protected]