Closed deepdiy closed 5 years ago
installed with pip, win10, python 3.7.3 when use rootpath.detect, get: AttributeError: module 'rootpath' has no attribute 'detect'
oops, it's because I named my test py file as 'rootpath.py'.
Yea, that will not work in Python world. This is one of the most poor/flawed design decisions in Python, so I don't blame you. :)
installed with pip, win10, python 3.7.3 when use rootpath.detect, get: AttributeError: module 'rootpath' has no attribute 'detect'