On Mon, Jul 13, 2015 at 3:54 AM, Laurent Pointal <[email protected]> wrote: > Double \ in your string: > "C:\\Beautiful Soup\\ecologicalpyramid.html" > > Or use a raw string by prepending a r to disable escape sequences: > r"C:\Beautiful Soup\ecologicalpyramid.html"
Or use forward slashes:
"C:/Beautiful Soup/ecologicalpyramid.html"
ChrisA
--
https://mail.python.org/mailman/listinfo/python-list
