pygame music, cant read mp3?

globalrev skanemupp at yahoo.se
Mon May 5 15:29:58 EDT 2008


On 5 Maj, 17:25, "Diez B. Roggisch" <de... at nospam.web.de> wrote:
> > directory = ['C:','Python25','myPrograms','pygameProgs','dront.mp3']
> > os.path.join(directory)
>
> > Then python can worry about the gritty details, and you don't have to.
>
> Or somewhat neater IMHO:
>
> os.path.join('C:','Python25','myPrograms','pygameProgs','dront.mp3')
>
> Diez

ty i solved it now, apparenly renaming a file it still has its native
filename...

it plays now when i run it from the shell but from the command line it
just blips and finishes right away.

also the sound is not very good, it is disturbed at some parts, why is
this?



More information about the Python-list mailing list