heute habe ich auf meinem server (debian bullseye) ein dist-upgrade durchgeführt, mit dem Ergebnis, dass viel python, unter anderm auch pyload 'removed' wurden.
Auszüge aus dem dpkg log:
Code: Alles auswählen
2020-09-28 12:40:00 remove python-talloc:amd64 2.1.16-3 <none>
2020-09-28 12:40:01 remove python-asn1crypto:all 0.24.0-1 <none>
2020-09-28 12:40:02 remove python-gpg:amd64 1.12.0-6 <none>
2020-09-28 12:40:03 remove python-debianbts:all 2.8.2 <none>
2020-09-28 12:40:03 remove python-pysimplesoap:all 1.16.2-1 <none>
2020-09-28 12:40:04 remove pyload:all 0.4.9 <none>
2020-09-28 12:40:05 remove python-beaker:all 1.10.0-1 <none>
2020-09-28 12:40:06 remove python-openssl:all 19.0.0-1 <none>
2020-09-28 12:40:07 remove python-cryptography:amd64 2.8-3+b1 <none>
2020-09-28 12:40:08 remove python-dnspython:all 1.16.0-1 <none>
2020-09-28 12:40:09 remove python-qt4:amd64 4.12.1+dfsg-3+b1 <none>
2020-09-28 12:40:09 remove python-sip:amd64 4.19.21+dfsg-1 <none>
2020-09-28 12:40:10 remove python-enum34:all 1.1.6-2 <none>
2020-09-28 12:40:11 remove python-funcsigs:all 1.0.2-4 <none>
2020-09-28 12:40:12 remove python-imaging:all 4.3.0-2 <none>
2020-09-28 12:40:12 remove python-ipaddress:all 1.0.17-1 <none>
2020-09-28 12:40:13 remove python:amd64 2.7.17-2 <none>
2020-09-28 12:40:14 remove libpython-stdlib:amd64 2.7.17-2 <none>
2020-09-28 12:40:14 remove python-minimal:amd64 2.7.17-2 <none>
Also habe ich mir pyload nach debianwiki per git geholt. Ich hab versucht, bei umbenannten .pyloadverzeichnis des Benutzers, unter dem er bisher lief, in dessen Homeverzeichnis, den pyloader zu starten.
Das, was git mir da hingelegt hat, enthält keine pyLoadCore.py.
Also habe ich die setup.py versucht zu starten. Ergebnis:
Code: Alles auswählen
root@xxxxxxhost:/opt/pyload# python2 setup.py
File "setup.py", line 68
return f"{version}.dev{build}" if build else version
^
SyntaxError: invalid syntax
Code: Alles auswählen
root@xxxxxxhost:/opt/pyload# python2 VERSION
File "VERSION", line 1
0.5.0-alpha.9
^
SyntaxError: invalid syntax
Wäre schade, denn so konnte ich jahrelang Downloads von meiner Workstation auslagern. Kennt jemand Alternativen?
Viele Grüße
Draal