Closed raphipod closed 2 years ago
Should be fixed now with the latest commit.
What about the OS naming code? What was it originally supposed to do?
What about the OS naming code? What was it originally supposed to do?
Sorry I did not get you point ! Where in the script ? For the URL ?
Line 58-59 in build.py
It errors out on my end (probably because I don't have MinGW installed.) Is that check for MinGW really needed?
It errors out on my end (probably because I don't have MinGW installed.) Is that check for MinGW really needed?
CEF does not support MinGW. It was an old attempt to compile it. This can be removed
All right. Thanks for helping! If anything's still wrong, feel free to correct it yourself.
@raphipod Closed because the package urllib.request
seems more promising than wget. But if my new commits do not fix, feel free to create a new one.
Changes in
build.py
:Removed URL percent encoding, as it causes my error described in #1Added:
pip install -r requirements.txt