This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients 51m0n, eric.smith
Date 2013-11-08.15:08:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383923320.51.0.971109592821.issue19528@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like you need to use double-backslashes everywhere in your path, or use single backslashes and raw strings (r"").
History
Date User Action Args
2013-11-08 15:08:40eric.smithsetrecipients: + eric.smith, 51m0n
2013-11-08 15:08:40eric.smithsetmessageid: <1383923320.51.0.971109592821.issue19528@psf.upfronthosting.co.za>
2013-11-08 15:08:40eric.smithlinkissue19528 messages
2013-11-08 15:08:40eric.smithcreate