rsnitsch / py3createtorrent

Create torrents via command line!
Other
72 stars 7 forks source link

Error with path exceeded than 260 characters in Windows #9

Closed poonnawit closed 3 years ago

poonnawit commented 3 years ago

I cannot create some torrent that have too long path in directory. Is it about with MAX_PATH?

py3createtorrent_max_path

I tried to enable long path registry with this link but it can't solved.

PS: I'm currently using it in Windows 10, I don't know about this problem in Linux.

rsnitsch commented 3 years ago

If I recall correctly, the Python installer has an option to remove the MAX_PATH restriction. Try to rerun the Python installer and look for that option.

poonnawit commented 3 years ago

Thanks. I have reinstall and tick that option. it's solved.