suchen

Heim  >  Fragen und Antworten  >  Hauptteil

python - jinja2.exceptions.UndefinedError

用pycharm部署项目的时候测试出了这个问题,怎么解决。

阿神阿神2889 Tage vor297

Antworte allen(1)Ich werde antworten

  • 迷茫

    迷茫2017-04-17 17:41:29

    第一张图片第二行已经说明很清楚

     'list object' has no attribute 'suthor'
    

    你让一个list对象调用了它并没有的一个参数 suthor

    查一下你调用这个参数的对象类型

    另外单纯这样贴个错误图片很难找问题

    建议贴上相关代码

    Antwort
    0
  • StornierenAntwort