Re: Problem with os.listdir and delay with unreachable network drives on Windows

2004-12-27 Thread Read Roberts
; - Find messages by this author Date: Thu, 23 Dec 2004 11:44:17 +0300 Local:  Thurs, Dec 23 2004 12:44 am Subject: Re: Problem with os.listdir and delay with unreachable network drives on Windows Reply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abus

Re: Problem with os.listdir and delay with unreachable network drives on Windows

2004-12-23 Thread Andrey Ivanov
[Read Roberts] > I wrote my own directory browser in order to get around a bug where > tkFileDialog.askdirectory() can't handle non-ascii paths. However, I > have a problem where I call os.listdir() on a mapped network drive, > e.g. os.listdir("Z:\\"), and if the network drive is unavailable, th

Problem with os.listdir and delay with unreachable network drives on Windows

2004-12-22 Thread Read Roberts
I wrote my own directory browser in order to get around a bug where tkFileDialog.askdirectory() can't handle non-ascii paths. However, I have a problem where I call os.listdir() on a mapped network drive, e.g. os.listdir("Z:\\"), and if the network drive is unavailable, the UI hangs until th