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
This is not a problem with the book code itself, but with the wxPython package, which is required for most chapters.
Apparently it's impossible to install wxPython on Mac OS X 10.11 El Capitan via common practices, resulting in the following error:
“wxPython3.0-osx-cocoa-py2.7.pkg” is damaged and can’t be opened. You should eject the disk image.
The bug is documented here: http://stackoverflow.com/questions/34402303/install-wxpython-in-osx-10-11
There seems to be a workaround here: http://davixx.fr/blog/2016/01/25/wxpython-on-os-x-el-capitan/
Try to get confirmation that the workaround works. Has anyone tried this??
If it works, include instructions in the doc to resolve this nasty issue, so that users won't get stuck in the future.
The text was updated successfully, but these errors were encountered:
This worked on 10.11.16:
sudo pip install --upgrade --trusted-host wxpython.org --pre -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix
http://stackoverflow.com/questions/32284938/how-to-properly-install-wxpython
Sorry, something went wrong.
Excellent, thanks for sharing!
Update README.md
7903658
Add workaround instructions for installing wxPython on Max OS 10.11 (El Capitan) from issue #9.
Finally added these instructions to the README.md.
No branches or pull requests
This is not a problem with the book code itself, but with the wxPython package, which is required for most chapters.
Apparently it's impossible to install wxPython on Mac OS X 10.11 El Capitan via common practices, resulting in the following error:
The bug is documented here:
http://stackoverflow.com/questions/34402303/install-wxpython-in-osx-10-11
There seems to be a workaround here:
http://davixx.fr/blog/2016/01/25/wxpython-on-os-x-el-capitan/
Try to get confirmation that the workaround works. Has anyone tried this??
If it works, include instructions in the doc to resolve this nasty issue, so that users won't get stuck in the future.
The text was updated successfully, but these errors were encountered: