Skip to content

Python fixes#8279

Closed
d3x0r wants to merge 1 commit into
nwjs:mainfrom
d3x0r:d3x0r-python-fixes
Closed

Python fixes#8279
d3x0r wants to merge 1 commit into
nwjs:mainfrom
d3x0r:d3x0r-python-fixes

Conversation

@d3x0r
Copy link
Copy Markdown

@d3x0r d3x0r commented Jul 9, 2025

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')

777nebro-arch

This comment was marked as spam.

@ayushmanchhabra
Copy link
Copy Markdown
Contributor

http://buildbot-master.nwjs.io:8010/about

I think because the buildbot uses Python 2.7

@ayushmanchhabra
Copy link
Copy Markdown
Contributor

@GnorTech Please advise

@ayushmanchhabra
Copy link
Copy Markdown
Contributor

@d3x0r What Python version are you using? The build environment uses v3.11.2 (http://buildbot.nwjs.io:8010/#/about)

@d3x0r
Copy link
Copy Markdown
Author

d3x0r commented May 6, 2026

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'

@d3x0r d3x0r closed this May 6, 2026
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

Successfully merging this pull request may close these issues.

3 participants