Shawn Driscoll's Tech Blog


Stuff That Happened in the Past

Sunday, November 24, 2013

Getting Py2exe to Work With PyOpenGL From PyGame (The Missing Win32 Module)



Lots of people have posted their problems, over the years, with missing Win32 modules, when running their EXE programs they converted from Python using Py2exe. None of their posts received answers. So I had to rough it and figure out a fix on my own.

And so here's my easy fix in HD.