On 5 Maj, 14:17, "Wojciech Walczak" <[EMAIL PROTECTED]>
wrote:
> 2008/5/5, globalrev <[EMAIL PROTECTED]>:
>
> > pygame.mixer.music.load('C:/Python25/myPrograms/pygameProgs/example1.mp3')
>
> Are you sure that:
>
> os.path.exists('C:/Python25/myPrograms/pygameProgs/example1.mp3') == True?
>
> Check it with python.
>
> --
> Regards,
> Wojtek Walczakhttp://www.stud.umk.pl/~wojtekwa/


>>> import os
>>> os.path.exists('C:/Python25/myPrograms/pygameProgs/dront.mp3') == True
False


but...it is there....

>>> os.path.exists('C:\Python25\myPrograms\pygameProgs\dront.mp3') == True
False

does it matter if i use / or \? which si recommended?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to