[issue34841] Script’s directory not in sys.path with embeddable Windows distribution

2020-02-04 Thread Sam Clegg
Sam Clegg added the comment: Thanks for the info. If we run into any more difficulties I'll look into nuget. I should indeed have read the docs more closely. Apologies. -- ___ Python tracker <https://bugs.python.org/is

[issue34841] Script’s directory not in sys.path with embeddable Windows distribution

2020-02-04 Thread Sam Clegg
Sam Clegg added the comment: In our case we ended up stripping the .pth file and distributing that modified .zip files. I guess the main problem here is that its really not clear that this version of python doesn't work like the others, or needs to be modified before use. It can be

[issue34841] Script’s directory not in sys.path with embeddable Windows distribution

2020-02-04 Thread Sam Clegg
Change by Sam Clegg : -- components: +Installation ___ Python tracker <https://bugs.python.org/issue34841> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34841] Script’s directory not in sys.path with embeddable Windows distribution

2020-02-04 Thread Sam Clegg
Sam Clegg added the comment: We just ran into the same issue trying to use this zip as part of the emscripten SDK (https://github.com/emscripten-core/emsdk/pull/349). Seems like a fairly fundamental problem with the windows embeddable zip file. Is there any downside to simply removing the