Scott Talbert
Scott Talbert
The only other thing I can think of - what language and locale do you have your system set to?
@jensgoe, that's it! I upgraded setuptools before trying to install wxPython and now I can reproduce this. Thanks for that.
So, I think the cause is this change in setuptools: https://github.com/pypa/setuptools/commit/70e95ee66a17e1655f70c9dbda107cea958f583f When copying files and the file is a broken symlink (because the target hasn't been copied yet), `make_writable` will...
> Same issue here on Mageia 8 no solution or workaround found so far Did you try downgrading setuptools to ~41?
Thanks. I think there will be a 3.1.7 relatively soon.
What one character fix? Until @RobinD42 produces a new release, I would recommend using one of the snapshot builds: https://wxpython.org/Phoenix/snapshot-builds/ See the README.txt there for more information.
At the moment, wxPython is based on wxWidgets 3.1.5(ish). It would be added once it moves forward from that.
Yes, when we updated wxWidgets versions, we overlooked setting up the `EVT_WEBVIEW_SCRIPT_RESULT` event. Should be an easy fix.
@bryder that seems strange. The website still works fine with concordance 1.5 for me without the second post. In any event, can you try this patch and see if it...
Can you test with the latest wxWidgets please?