I'm using Tkinter file selector to get a direcotry path. I'm using:
self.file = tkFileDialog.askdirectory(title="Please select your directory")
print filebut all it prints out is: <type 'file'> How would I print the directory path? Thanks
-- http://mail.python.org/mailman/listinfo/python-list
