I'm having a bit of trouble in Python 3 lately.
i have a program that uses Pyglet and AVBin to play sound into my game. It's one of my socket tests, so I want to test the game with someone that doesn't even own python. I used to use cx_Freeze for all of my projects, but Im having a huge problem with this one, because of pyglet and especially AVBin. I would appreciate it if anyone can give an answer to this question in a very simple manner. I've seen this answered a few times, but didn't get anything the people said.
Compiling for Windows 7, Python 3. AVBin and Pyglet required.
The question: How do I compile a Python 3 script that uses AvBin and Pyglet into a Windows Executable, using cx_Freeze?