Bug 216948 - [Windows] Python module autoinstall fails if temp drive is different from source tree drive
Summary: [Windows] Python module autoinstall fails if temp drive is different from sou...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Stephan Szabo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-24 16:22 PDT by Stephan Szabo
Modified: 2020-09-24 16:27 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Szabo 2020-09-24 16:22:07 PDT
The autoinstall of python modules appears to fail on native win32 python if the temp drive and source drive are different.

It looks like changing to the temporary directory and using --root=/ makes the setup ignore the drive letter on the paths passed to --home, and --install-lib, etc and instead install to the rest of the path on the drive that contains the temp drive and then the script fails to load the module.

It seems like using --root=<srcdriveletter>:/ installs it to the expected location.
Comment 1 Stephan Szabo 2020-09-24 16:27:55 PDT
On retest, I can't make this happen any more, not sure what's different.