andrewning / sortphotos

SortPhotos is a Python script that organizes photos and videos into folders using date/time information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cyrillic filenames issue

githubsaritasa opened this issue · comments

Script crashes at:
UnicodeEncodeError: 'ascii' codec can't encode characters in position

Traceback (most recent call last):
File "./sortphotos.py", line 474, in
args.use_only_tags, not args.silent)
File "./sortphotos.py", line 312, in sortPhotos
sys.stdout.write('Source: ' + src_file + '\n')
UnicodeEncodeError: 'ascii' codec can't encode characters in position 111-115: ordinal not in range(128)

should hopefully be fixed with bbb3f93