Python fixes#8279
Closed
d3x0r wants to merge 1 commit into
Closed
Conversation
Contributor
|
http://buildbot-master.nwjs.io:8010/about I think because the buildbot uses Python 2.7 |
Contributor
|
@GnorTech Please advise |
Contributor
|
@d3x0r What Python version are you using? The build environment uses v3.11.2 (http://buildbot.nwjs.io:8010/#/about) |
Author
|
well ya know - part of the problem is sample docs actually refer to nw17 which is absolutely ancient. Later my issue was the tags/branches were missing in the repository for the last versions so the pull script couldn't get the synced versions. Edit : I can't be positive what the state of the version I was trying to build was... I was trying to use python 3; but the script was written for 2; hence the complaint 'why is there still 2.7 python scripts that need updates' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why hasn't this been updated to python3? Why can I never get this to build without these changes? Updates to Python3 syntax for exceptions and
execfile->exec( open( file ).read() )(and then subsequent changes between binary buffers and strings with .encode/.decode('utf-8')