Alexnb wrote:
Okay, so what I want my program to do it open a file, a music file in specific, and for this we will say it is an .mp3. Well, I am using the system() command from the os class. [...]system("\"C:\Documents and Settings\Alex\My Documents\My Music\Rhapsody\Bryanbros\Weezer\(2001)\04 - Island In The Sun.wma\"") [...]
Try os.startfile() instead. It should work better. -- Gerhard -- http://mail.python.org/mailman/listinfo/python-list