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 steve.dower
Recipients Geoff.Alexander, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-03-06.15:06:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551884788.71.0.237906926008.issue36213@roundup.psfhosted.org>
In-reply-to
Content
The problem with improving the generic error message is that we then build a platform limitation into Python and if a later version of Windows fixes it then Python needs to make another fix.

As Eryk said on the other issue, this may be because the current working directory of the child process can't be set to a long path. The extended syntax may not help here, though it's easy enough to test. Geoff - can you try adding \\?\ (in Python, "\\\\?\\") before the cwd and passing it into the call? If that doesn't work then I don't know that there's much we can do.
History
Date User Action Args
2019-03-06 15:06:28steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, Geoff.Alexander
2019-03-06 15:06:28steve.dowersetmessageid: <1551884788.71.0.237906926008.issue36213@roundup.psfhosted.org>
2019-03-06 15:06:28steve.dowerlinkissue36213 messages
2019-03-06 15:06:28steve.dowercreate