bitproto icon indicating copy to clipboard operation
bitproto copied to clipboard

Simple example fails Python 3.10.8

Open kiwironnie opened this issue 2 years ago • 1 comments

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.

kiwironnie avatar Dec 04 '22 06:12 kiwironnie

bruv why are you pasting the `

kehrazy avatar Jun 21 '23 15:06 kehrazy