Recursively copying files with progress
问题 I've seen questions asked here before about Python and copying files, but I have a different scenario to deal with. I'm almost done with a Linux distro installer I've been working on, and now all it needs to do is copy the files over to the destination partition. As most distro installers have a progress bar, I was hoping to add one too. Right now, I'm using PyQt4 and my code looks like this: self.status('Counting files...') self.count = int(check_output(['-c', 'find /opt/linux/work/root