Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Python sources in Windows packages. #41

Open
dumol opened this issue Apr 19, 2023 · 2 comments
Open

Include Python sources in Windows packages. #41

dumol opened this issue Apr 19, 2023 · 2 comments
Assignees

Comments

@dumol
Copy link
Contributor

dumol commented Apr 19, 2023

          I am leaving a comment here, but most probably needs to be done in a separate ticket.

For the Windows version, besides the lib/python310.zip we also need to distribute the source code.

Without the source code, the python works, but debugging is hard.

So for Windows, besides the current embeddable version, we need to find a way to also get the source code avaiable inside the build folder

Originally posted by @adiroiban in #39 (comment)

@dumol
Copy link
Contributor Author

dumol commented Apr 19, 2023

As detailed in private on Slack today, this is for debugging Python code from stdlib.

It would require everything under lib/python3.x/ without site-packages/ and .pyc files.

@dumol dumol self-assigned this Apr 19, 2023
@adiroiban
Copy link
Member

Not sure how easy it is... I checked the Python download page and it looks like the embedded version comes without source file.

Maybe we can do an install for the normal installer, and just use that version for debugging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants