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 ncoghlan
Recipients jaraco, ncoghlan
Date 2009-11-01.01:23:18
SpamBayes Score 0.006610358
Marked as misclassified No
Message-id <1257038601.35.0.591408009858.issue7195@psf.upfronthosting.co.za>
In-reply-to
Content
os.relpath *does* give you a relative path between two directories.

The problem you are encountering is that, on Windows, a relative path
doesn't even *exist* if the two directories are on different drives
(which is exactly what the error message says).
History
Date User Action Args
2009-11-01 01:23:21ncoghlansetrecipients: + ncoghlan, jaraco
2009-11-01 01:23:21ncoghlansetmessageid: <1257038601.35.0.591408009858.issue7195@psf.upfronthosting.co.za>
2009-11-01 01:23:19ncoghlanlinkissue7195 messages
2009-11-01 01:23:18ncoghlancreate