Hello, kind citizens of DaniWeb! I beg your assistance in the solution of my problem!
I was trying to create a simple audio player using Tkinter and pygame, pygame being the best library that included audio playback I could find (by the way, DO NOT USE SNACK!!). Anyway, I was trying to install pygame when I recieved this:
>>> import pygame
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pygame
File "C:\Python32\lib\pygame\__init__.py", line 95, in <module>
from pygame.base import *
ImportError: DLL load failed: %1 is not a valid Win32 application.
I've looked around and apparently others have had somewhat similar errors, but none like this. Please help!