[issue30986] Add --include-py argument to Tools/msi/make_zip.py

2020-05-29 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue30986] Add --include-py argument to Tools/msi/make_zip.py

2017-07-22 Thread Segev Finer
Segev Finer added the comment: I used the full one. I doubt virtualenv (used by tox) will work with the embedding layout :P. I remember getting an exception from something because it was missing the .py source files but I don't remember what it was and wasn't able to reproduce it now.

[issue30986] Add --include-py argument to Tools/msi/make_zip.py

2017-07-22 Thread Steve Dower
Steve Dower added the comment: The nuget package doesn't suffer from this - why not? Should you have been using the full layout rather than the embedding layout? -- ___ Python tracker

[issue30986] Add --include-py argument to Tools/msi/make_zip.py

2017-07-21 Thread Segev Finer
Changes by Segev Finer : -- pull_requests: +2857 ___ Python tracker ___ ___

[issue30986] Add --include-py argument to Tools/msi/make_zip.py

2017-07-21 Thread Segev Finer
New submission from Segev Finer: Add an argument --include-py to Tools/msi/make_zip.py that allows including the Python modules sources and not only bytecode. I found it useful while running Twisted's test suite in PR 2318, since I got an error otherwise. I don't remember what that error was