execl difficulty

Fredrik Lundh fredrik at pythonware.com
Tue Dec 16 05:04:38 EST 2003


"J.R." <j.r.gao at motorola.com> wrote:

> You may try
> os.execl("c:\\WINDOWS\system32\xcopy.exe", "E:\\MainWeb\\dreampics\\*.*",
> "E:\\MainWeb\\dp")

that's a rather verbose way to get a compilation error:

    ValueError: invalid \x escape

</F>








More information about the Python-list mailing list