I am having a problem with building my OpenGL with cx_freeze the build is always successful but when I run the exe I get this:
But when I normally run it it works perfectly. I'm using python3.1 and I put my code here for you to see if I made a mistake. I have OpenGL setup correctly but I can't solve this and I dont want to make people download all python 3.1, pygame, PyopenGL, and win32api. plz help
Code:
TypeError: 'NoneType' object is not callable
Comment