On 5 Maj, 17:25, "Diez B. Roggisch" <[EMAIL PROTECTED]> 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?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to