Python - No handlers could be found for logger “OpenGL.error”

后端 未结 3 1061
故里飘歌
故里飘歌 2020-11-27 16:21

Okay, what is it, and why does it occur on Win2003 server, but not on WinXP.

It doesn\'t seem to affect my application at all, but I get this error message when I cl

3条回答
  •  星月不相逢
    2020-11-27 17:10

    After adding the Logging above, I was able to see that the problem was caused by missing TConstants class, which I was excluding in the py2exe setup.py file.

    After removing the "Tconstants" from the excluded list, I no longer had problems.

提交回复
热议问题