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
you are using ctypes, and python2 would use bytestrings, however python3 uses unicode and strings are sent as such. Therefore various errors like ctypes.ArgumentError: argument 2: <class 'TypeError'>: wrong type will occur.
or
The text was updated successfully, but these errors were encountered:
Hello,
you are using ctypes, and python2 would use bytestrings, however python3 uses unicode and strings are sent as such. Therefore various errors like
ctypes.ArgumentError: argument 2: <class 'TypeError'>: wrong type
will occur.or
The text was updated successfully, but these errors were encountered: