Hi, On Wed, Feb 21, 2018 at 11:45 AM, Ian Zimmerman <i...@very.loosely.org> wrote: > On 2018-02-20 22:20, Alex wrote: > >> Hi, >> >> Does anyone know what could be causing this? This is on fedora with >> pyzor-1.1.0-1.20170904gitd14e980 >> >> Feb 20 22:08:07.475 [28639] dbg: pyzor: network tests on, attempting Pyzor >> Feb 20 22:08:13.098 [28639] dbg: pyzor: pyzor is available: /usr/bin/pyzor >> Feb 20 22:08:13.100 [28639] dbg: pyzor: opening pipe: /usr/bin/pyzor >> --homedir /var/spool/amavisd --log-file > > [...] > >> "/usr/lib/python3.5/site-packages/pyzor/client.py", line 258, in run\n > > Isn't pyzor a Python 2 program? > > Did this start when your distro switched default Python from 2.x to 3.x ?
It appears I have both python2 and python3 installed, but this appears to be a python3 script: $ head -1 /usr/bin/pyzor #!/usr/bin/python3 This is python-3.5.4. Thanks for your help. Alex