Code: Alles auswählen
from tkFileDialog import askopenfilename
print askopenfilename()
Also es sind normale Slashes und keine Windows typischen BackslashesC:/Windows/regedit.exe

Als Work-a-round kann man os.path.normpath() nutzten...
Das ist doch wohl ein Bug, oder?
(Getestet mit Python v2.5.2 under Vista)