Re: dir_util.copy_tree call

2006-03-28 Thread Dave Mandelin
In IDLE, by default the working directory for the interactive prompt is the working directory for IDLE itself. The working directory for running a module is the directory the module is stored in. In your script, use absolute paths or set the -- Want to play tabletop RPGs over the internet? Che

dir_util.copy_tree call

2006-03-28 Thread Phoe6
Hi all. I am using IDLE when I am on the python shell, I do: >>>import os >>>os.mkdir('newdir') >>>from dirutils import dir_util >>>#copy a big directory tree >>>dir_util.copy_tree('big_directory','newdir') This works properly, but I find a huge Resource Comsumption of my PC. 100% of CPU and Memo