i created a .exe from a running pygame file and its missing a mixer module

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • apple17
    New Member
    • Aug 2006
    • 5

    i created a .exe from a running pygame file and its missing a mixer module

    I have a game that I developed and it runs fine on my computer but now I need to distribute it. When I use pygame2exe, the generated exe gives an error saying it misses a mixer module.

    How can I get this to work?
  • Trolkar8
    New Member
    • Nov 2011
    • 4

    #2
    Try to copy the compiled(.pyc) mixer module from the pygame folder(Under Pythonx/Lib/site-packages/pygame).

    Comment

    Working...