We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
As detailed in private on Slack today, this is for debugging Python code from stdlib.
stdlib
It would require everything under lib/python3.x/ without site-packages/ and .pyc files.
lib/python3.x/
site-packages/
.pyc
Sorry, something went wrong.
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
dumol
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: