python3 报错'str' object has no attribute 'bytes',怎么修改?

python2的代码,运行时报错:'str'objecthasnoattribute'bytes',请问要怎么修改?... python2的代码,运行时报错:'str' object has no attribute 'bytes',请问要怎么修改? 展开
 我来答
183525594
2017-12-08 · TA获得超过2922个赞
知道大有可为答主
回答量:3664
采纳率:58%
帮助的人:2059万
展开全部
bytes 函数改为 name.encode(encoding='UTF-8')
追问
uuid.py是python自带的库文件,怕是不能随便改吧?
追答

好吧,看错了,这里的问题是

uuid3 uuid5 这两个函数,第一个参数是一个 namespace 类型不是 str 而是一个 UUID

这里可以选择以下值中的一个,根据字符串的内容选择 NAMESPACE 下面是官方文档内容

  • uuid.NAMESPACE_DNS

  • When this namespace is specified, the name string is a fully-qualified domain
    name.

  • uuid.NAMESPACE_URL

  • When this namespace is specified, the name string is a URL.

  • uuid.NAMESPACE_OID

  • When this namespace is specified, the name string is an ISO OID.

  • uuid.NAMESPACE_X500

  • When this namespace is specified, the name string is an X.500 DN in DER or a
    text output format.

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式