I am running a Python project with the following error.
ImportError: cannot import name 'X'
There are people on the internet who are experiencied this error.They wrote as a solution proposal that line
sys.path.append('path to folder')
I added this to code snippet below the imports but it didn't work.
Still working on it.
ImportError: cannot import name 'X'
There are people on the internet who are experiencied this error.They wrote as a solution proposal that line
sys.path.append('path to folder')
I added this to code snippet below the imports but it didn't work.
Still working on it.
Comments
Post a Comment