Tim Golden wrote:
> BTW, I would recommend you either to use a raw string
> for that command line (r"c:\python\python.exe c:\xx.py") or
> to double up your slashes ("c:\\python\\python.exe c:\\xx.py").
> As it happens \p has no special meaning that I'm
> aware of, but better safe than sorry.......i used double slashes, i guess i didn't type it correctly here. Thanks for the reminder though. -- http://mail.python.org/mailman/listinfo/python-list
