logging - Python - No handlers could be found for logger "OpenGL.error" -
okay, it, , why occur on win2003 server, not on winxp.
it doesn't seem impact application @ all, error message when close application. , it's annoying (as errors messages should be).
i using pyopengl , wxpython graphics stuff. unfortunately, i'm c# programmer has taken on python app, , had larn python it.
i can supply code , version numbers etc, i'm still learning technical stuff, help appreciated.
python 2.5, wxpython , pyopengl
looks opengl trying study error on win2003, you've not configured scheme output logging info.
you can add together next origin of programme , you'll see details of error in stderr.
import logging logging.basicconfig()
checkout documentation on logging module more config info, conceptually it's similar log4j.
python logging opengl wxpython pyopengl
No comments:
Post a Comment