signalstickers / stickers-scripts

A collection of scripts useful for sticker manipulation
GNU Lesser General Public License v3.0
15 stars 5 forks source link

Security policy and reading /var/mail folders #1

Closed brzd closed 3 years ago

brzd commented 3 years ago

import-im6.q16: attempt to perform an operation not allowed by the security policy PS' @ error/constitute.c/IsCoderAuthorized/408. import-im6.q16: attempt to perform an operation not allowed by the security policyPS' @ error/constitute.c/IsCoderAuthorized/408. import-im6.q16: attempt to perform an operation not allowed by the security policy `PS' @ error/constitute.c/IsCoderAuthorized/408. from: can't read /var/mail/PIL from: can't read /var/mail/io

Why are these errors and warnings presented when runnin the script?

romainricard commented 3 years ago

Hi, which script were you trying to run? I've never seen this error. Sound like a Pillow-related error. It could also be due to the way you run the script. Try running it by python3 <scriptname>.py

brzd commented 3 years ago

Oh yes, you are correct. My mistake running in a hurry, quite obviously. Thank you for excellent scripts.

romainricard commented 3 years ago

It's also my fault to be honest, I should have included a shebang in my files !