urllib “module object is not callable”

后端 未结 3 1540
长情又很酷
长情又很酷 2020-12-11 05:55

This is my third python project, and I\'ve received an error message: \'module object\' is not callable.

I know that this means I\'m referencing a varia

3条回答
  •  死守一世寂寞
    2020-12-11 06:26

    It also occurs if you have declared the returning method as a property method by annotating with @property.

提交回复
热议问题