I am trying to use gluUnProject in OpenGL, first I need to get the projectoin, model_view, and viewort matrices. According to examples that I have found online I used
Maybe:
projection = glGetFloatv(GL_PROJECTION_MATRIX) # and so on ...
after that in projection variable should be PROJECTION matrix
projection