码迷,mamicode.com
首页 > Web开发 > 详细

AttributeError: module 'urllib' has no attribute 'parse',

时间:2019-10-21 11:52:54      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:问题   div   ror   lin   bsp   没有   imp   code   log   

  事情是这样的,

>>> import urllib
>>> urllib.parse
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module urllib has no attribute parse

但是 import urllib.parse就没有问题了

同样的还有logging.config,实在是不知道为什么,难道实际上并不是在同一个包中的么

有空再看吧

AttributeError: module 'urllib' has no attribute 'parse',

标签:问题   div   ror   lin   bsp   没有   imp   code   log   

原文地址:https://www.cnblogs.com/mangmangbiluo/p/11712246.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!