Open hrrmsn opened 7 years ago
I decided to do following. I will choosing the kind of OS.
If it would be Linux the script will check PATH_MAX
constant as described in the previous comment.
If it would be Windows the script will check MAX_PATH
constant from the ctypes.wintypes
module.
If it would be Mac OS the script will consider that max path length isn't limited. (See this article.)
Full stack trace.
The problem is that path length more than allowed limit. (260 characters in Windows)