Why do i get this traceback error?

后端 未结 3 1664
傲寒
傲寒 2021-01-28 23:10

This is the error i get:

Traceback (most recent call last):
  File \"dwload.py\", line 9, in 
  File \"Pmw\\__init__.pyc\", line 28, in 

        
3条回答
  •  Happy的楠姐
    2021-01-28 23:14

    Well, the error message says that the path was not found, and if you look at the path, you appear to have mixed up backslashes and slashes as path separators. How are you constructing the path you're using?

提交回复
热议问题