mattj63 0 Newbie Poster

The askdirectory window in tkinter has a fixed size. My folders are deeply nested with long names. I would like to make the window larger so one can read the entire path. (I'm in WinXP)

Is there a way to set the size of the askdirectory window or make it re-sizeable? I tried adding options to the function call be get an error that indicates only the standard options are possible.

mydir = askdirectory(title="Select Sequence Directory", initialdir = "c:\hpchem", mustexist = True)