Re: [Tkinter-discuss] select multiple folders/ directories

2011-01-13 Thread Sujay
Thank you Wayne, I really appreciate your swift response. I have solve this problem by using wxpython. Now I am stuck in another problem. I can not select directory from network. Dialogue only shows directory of my local system. In short, i cant access NETWORK in this multidirdialog.. its jus

Re: [Tkinter-discuss] select multiple folders/ directories

2011-01-13 Thread Wayne Werner
On Thu, Jan 13, 2011 at 10:24 AM, Cameron Laird wrote: > Hi, > > I'm currently using tkFileDialog.askdirectory() to select a single > directory. I would like to be able to select multiple directories. > > tkFileDialog.askopenfilenames() seems to do this for files. > > What can I do in my situatio

[Tkinter-discuss] select multiple folders/ directories

2011-01-13 Thread Cameron Laird
Hi, I'm currently using tkFileDialog.askdirectory() to select a single directory. I would like to be able to select multiple directories. tkFileDialog.askopenfilenames() seems to do this for files. What can I do in my situation? Are there alternative classes that provide file dialogs better suit

[Tkinter-discuss] select multiple directories by tkFileDialog

2011-01-13 Thread Cameron Laird
I want to select multiple folders at a time but tkFileDialog.askdirectory() doesnt allow "multiple=1" , as does askopenfilename() for files.. is there any way to make this work? -- View this message in context: http://old.nabble.com/select-multiple-directories-by-tkFileDialog-tp30654337p30654337.