From: Joseph S. B. I. <jo...@ba...> - 2001-01-20 03:04:03
|
Hi, I'm trying to replace some installation shell scripts with jython scripts, but I'm getting stuck fairly early on. In particular, I need to implement a copy of files from one directory to another, but os.shutil.copytree appears to be unimplemented, as does os.execv (my fallback). Am I just doing something wrong, or are these functions really missing? And if so, how would you solve the problem of needing to copy a tree of files? Thanks much, - Joe |