Mark Reed wrote:
self.snd = pygame.mixer.Sound(dirname+filename)
^^^^^^^^^^^^^^^^
Are you sure that dirname has a trailing path separator
at this point?
It might be safer to use os.path.join() here.
--
Greg