Learning pyglet and cxfreeze

Still going through a pyglet tutorial, seems pretty straightforward so far.

Got text and sprites on screen within minutes.

 

I actually lost about an hour trying to find a way to turn my python game into a .exe anf getting that to work.

Got it working, using cxfreeze.

Most of my time was wasted trying to make cxfreeze work, kept on getting errors. Later found out that I should just install the 32 bit version, even though I’m running Win 7 64 bit.

Worked on the first try after installing the 32 bit version.