每当我尝试启动脚本时,我的一位前同事写道,我都会收到追溯错误。在我看来,错误是由我的机器以某种方式引起的,因为该脚本在其他机器上运行良好。 这是错误消息:
Traceback(最近一次调用最后一次):文件 “T:\ 55-Test-Bench \ Simulation \ replace_productfiles.py”,第328行,in init_dicts(hersteller,bereich)文件“T:\ 55-Test-Bench \ Simulation \ replace_productfiles.py”,第161行,in init_dicts cat_dict = dict_builder(ws,0,1)文件“T:\ 55-Test-Bench \ Simulation \ replace_productfiles.py”,第74行,in dict_builder 对于ws.columns [n]中的cellObj:TypeError:'generator'对象没有属性' getitem '
我真的很绝望,请帮帮我。
亲切的问候, 帧
答案 0 :(得分:0)
我已经通过降级openpyxl模块(从2.4.7升级到1.5.4)解决了问题,因为我编写代码的前同事用1.5.4版本做了这个。