Hello friends,
I m currently working on sound stuff. I have installed
all stuff related to Snack. My code for playing mp3
song is like this

#!/usr/bin/python2.3

from Tkinter import *
import tkSnack

def main():
        root = Tk()
        tkSnack.initializeSnack(root)
        mysound = tkSnack.Sound('xyz.mp3')
        #mysound.read()
        mysound.play()
if __name__=='__main__':
        main()
I works fine without any error but can't get any
sound.

So friend help me, I don't know whats wroung with my
code.

Help!!!!!!!!!!!!!!!!!

Thank You.

Regards,
Mahmad Sadique.



                
__________________________________ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to