pyglet+cx_freeze for windows

Well, for compability your must use a 32 bit python (i've choose 2.7). Pyglet can't be installed for python 2.7 so "install" it to your game from sources. Put the avbin lib at the same level that the generated executable when you use cx_freeze. Works fine at least for me.