Replies: 1 comment
-
Refer to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get the following error when I compile a playwright script to a one-file:
ERROR unsupported operand type(s) for -: 'NoneType' and 'int'
This is the code I use:
So I wanted to ask if its somehow possible to use PlayWright in a PyArmor script?
Cause with PyInstaller everything s working fine ...
I even checked it passes the Extension manager and returns the right path so its onto the browser launch ...
Beta Was this translation helpful? Give feedback.
All reactions