| View previous topic :: View next topic |
| Author |
Message |
xlordt
Joined: 19 Jun 2006 Posts: 1
|
Posted: Mon Jun 19, 2006 11:48 am Post subject: MP3 Player |
|
|
Hey, sup
I'm new to the forum, and also to this pymedia module, now i was looking for something that i can play mp3 files with. I searched the forum and I found
| Code: |
import pymedia
player = pymedia.Player( )
player.start( )
player.startPlayback( '/home/xlordt/test.mp3' )
|
Now when i run this code i get.
| Code: |
/usr/local/bin/python -u "/home/xlordt/programming/python/test.py"
Unhandled exception in thread started by
Error in sys.excepthook:
Original exception was:
|
Can anyone share a little light here btw.. are there any complete tutorials on how to go by creating some nice sound apps? I see pymedia is fairly new. |
|
| Back to top |
|
 |
jbors Site Admin

Joined: 12 Nov 2004 Posts: 1675
|
|
| Back to top |
|
 |
Rita99
Joined: 14 Jul 2008 Posts: 2
|
Posted: Mon Jul 14, 2008 4:44 am Post subject: dvd player |
|
|
| Hi guy,should you buy one like dvd player with mp3 player. |
|
| Back to top |
|
 |
|