TypeError: Object type <class ‘str‘> cannot be passed to C code

TypeError: Object type <class ‘str‘> cannot be passed to C code_第1张图片

 这是我使用  DES方法加密时所碰到的问题

我们看一下这边TypeError: Object type <class ‘str‘> cannot be passed to C code_第2张图片

 我们查看一下源代码 

TypeError: Object type <class ‘str‘> cannot be passed to C code_第3张图片data 类型要为 bytes 类型

于是

问题解决 

你可能感兴趣的:(python)