Re: python 3.4, os.walk does not walk into cdroms

2015-12-18 Thread Nobody
On Thu, 17 Dec 2015 14:03:25 +0100, Siegfried Kaiser wrote: > I have a problem with os.walk - it does not walk into a mounted cdrom, I > do not see the cdrom in the walk at all. > What can I do to walk into cdrom? 1. Are you sure that the directory tree contains the actual mount point, not

python 3.4, os.walk does not walk into cdroms

2015-12-17 Thread Siegfried Kaiser
Hello all, I have a problem with os.walk - it does not walk into a mounted cdrom, I do not see the cdrom in the walk at all. What can I do to walk into cdrom? Thanks, Siegfried -- Siegfried Kaiser -- https://mail.python.org/mailman/listinfo/python-list

Re: python 3.4, os.walk does not walk into cdroms

2015-12-17 Thread Mark Lawrence
On 17/12/2015 13:03, Siegfried Kaiser wrote: Hello all, I have a problem with os.walk - it does not walk into a mounted cdrom, I do not see the cdrom in the walk at all. What can I do to walk into cdrom? Thanks, Siegfried Please give us. 1) Your OS. 2) Your code. 3) How you