Oh wow! That's amazing, it works. :p So easy... so the code would then be...
import os
path = 'c:\\path\\file.txt'
os.system('explorer.exe /select, %s'%path)
Edit: I'll post the code for if the path has spaces in it, when I get back from dinner.
Post Edit: Oh! Nvm. It works with spaces already. :o