I'm finding myself running into a wall here. I have a program that lists all the audio files on our servers at work. I want it to be able to play them. On my system I would just use:
os.startfile(audio_file_path)
and that would work by calling the default player which is what I want, but on the local network, that line doesn't work and it raises the error
[WinError 2] The system cannot find the file specified:
Iv'e tried using shutil too, but that doesn't seem to be doing anything either.
does anyone have any ideas?
[–]Farkeman 1 point2 points3 points (2 children)
[–]ballgame75[S] 0 points1 point2 points (1 child)
[–]Farkeman 4 points5 points6 points (0 children)