我是python中的新手,我想从文件夹中加载随机图像。我写了这段代码来加载特定的图像。
if (filteredOther) {
if ([filteredOther count] > selectedIndex.row]) {
UserID = [[filteredOther objectAtIndex:selectedIndex.row] objectForKey:@"id"];
} else {
NSLog(@"Index out of bounds");
}
} else {
NSLog(@"Array is nil");
}
Pycharm IDE给了我这些错误 “无法导入名称_imagingtk” 2)errors which IDE pycharm is giving
任何人都可以帮助我。