dt_list = glob('*.jpeg') dt_list1 = str(dt_list('_'))
AttributeError: 'list' object has no attribute 'split'
There is an error when I load the picture file and split the name string, do you know how?
'list' object has no attribute 'split'
This means that list objects are not divisible.
str(list).split()
983 /usr/bin/google-chrome:symbol lookup error:/usr/bin/google-chrome: undefined symbol:gbm_bo_get_modifier
674 M2 Mac fails to install rbenv install 3.1.3 due to errors
609 Who developed the "avformat-59.dll" that comes with FFmpeg?
690 Error in x, y, and format string must not be None
1061 In Java servlet, when SHA-256 sends WW-Authenticate header for digest authentication, the client does not return the result.
© 2025 OneMinuteCode. All rights reserved.