I made a simple cap to play music with pygame.mixer, it works fine, but when I export exe and rename Python directory it says something like
"File "pygame\__init__.pyc in <module>
...
ImportError, DLL load failed"
I put pyexpat.pyd and _socket.pyd into my export directory, also I put pygame library into construct\python directory and checked all .pyc files in python export dialog
I followed Scidave's Python Libray Quick Guide, it says "Unzip the standard-aiml.zip file into the export directory", but what I should do with pygame since I can't see anything like "standart_pygame.zip" here?