You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simple Pen example latest Ubuntu with Python 3.10.8 virtualenv (pen.py is main.py) fails as follows:
import-im6.q16: attempt to perform an operation not allowed by the security policy PS' @ error/constitute.c/IsCoderAuthorized/421. ./pen.py: line 4: syntax error near unexpected token ('
./pen.py: line 4: `p = bp.Pen(color=bp.COLOR_RED, produced_at=1611515729966)'
Other test examples throw up a similar error. Would very much appreciate a fix. No doubt something simple.
In any case thanks for all the great work.
The text was updated successfully, but these errors were encountered:
The simple Pen example latest Ubuntu with Python 3.10.8 virtualenv (pen.py is main.py) fails as follows:
import-im6.q16: attempt to perform an operation not allowed by the security policy
PS' @ error/constitute.c/IsCoderAuthorized/421. ./pen.py: line 4: syntax error near unexpected token
('./pen.py: line 4: `p = bp.Pen(color=bp.COLOR_RED, produced_at=1611515729966)'
Other test examples throw up a similar error. Would very much appreciate a fix. No doubt something simple.
In any case thanks for all the great work.
The text was updated successfully, but these errors were encountered: