Re: Python 2.7 depends on openssl-1.1

2022-11-12 Thread Friedrich Romstedt
Am Sa., 12. Nov. 2022 um 19:34 Uhr schrieb Damjan Georgievski : > > > Today I encountered an error response in my browser when attempting to > > use my locally-installed Trac projects. Notice that Trac, as it is > > installed on my system, uses Python 2.x. > > there's no longer python2 in ArchLinu

Re: Python 2.7 depends on openssl-1.1

2022-11-12 Thread Damjan Georgievski
> Today I encountered an error response in my browser when attempting to > use my locally-installed Trac projects. Notice that Trac, as it is > installed on my system, uses Python 2.x. there's no longer python2 in ArchLinux https://archlinux.org/news/removing-python2-from-the-repositories/ --

Python 2.7 depends on openssl-1.1

2022-11-12 Thread Friedrich Romstedt
Hi, Today I encountered an error response in my browser when attempting to use my locally-installed Trac projects. Notice that Trac, as it is installed on my system, uses Python 2.x. Inspecting /var/log/httpd/error_log I tracked the error down to the hashlib-Module in Python 2.7.18-5. Attemptin