Re: [PyOpenGL-Users] Converted C++ project to python project (some issues)
Brought to you by:
mcfletch
From: Derakon <de...@gm...> - 2011-04-17 22:50:27
|
On Sun, Apr 17, 2011 at 3:36 PM, Abhijeet Rastogi <abh...@gm...> wrote: > I have tried my best to explain the issue. Its probably a very small issue > with textures variable acquiring None value but I am not able to solve the > bug. Have you tried printing the value of the textures variable after each time it's changed? That should quickly tell you where it's going wrong. -Chris |