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

Allow building with Python 3.6 and scons 3.0. #481

Merged
merged 1 commit into from
Oct 29, 2017

Conversation

emccorkle
Copy link

The build was failing with:
TypeError: 'mappingproxy' object does not support item assignment

The build was failing with:
  TypeError: 'mappingproxy' object does not support item assignment
@speth
Copy link
Member

speth commented Oct 29, 2017

It took me a while to figure out why I hadn't caught this in 7d0bc71, but then I noticed that the only case where the conditional is triggered is on Windows, and I had done the testing of SCons 3.0.0 on Linux.

@speth speth merged commit 684262e into Cantera:master Oct 29, 2017
@emccorkle emccorkle deleted the python-3.6.3 branch November 8, 2017 02:51
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.

2 participants