Missing Dependency
Posted by Dathgale
If you couldn’t run my game, try downloading and running the following python file: http://peak.telecommunity.com/dist/ez_setup.py
I found out this file was a sub-dependency of PyOpenGL when I switched to a windows system to build a win32 executable. I also found out that py2exe does not do whatever it’s supposed to do with pkg_resources, so my game will run before it’s packaged, but not after.
Tags: Omnihunter