-
Notifications
You must be signed in to change notification settings - Fork 17
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
Tkinterweb is not compactible with AARCH64 #74
Comments
Hi! Thanks for submitting a bug report. I'm away for the summer and don't have access to a computer, but I will defenitely look into this in September when I return. I hope this isn't too much of a nuisance. |
Hi @simpleuserdontwatch the fixes for #24 may have fixed this. Try upgrading TkinterWeb and let me know if it works. |
still not fixed. There's an another exception, if you need it, then here is it:
|
That's weird... Can you replace the file |
|
It looks like you're not using the latest version of TkinterWeb. It should be version |
Its already at last version..
|
Oops... my bad. The file to copy is in `tkinterweb/tkhtml/Linux/arm/` and
not `tkinterweb/tkhtml/Linux/arc`.
…On Tue, Nov 21, 2023, 11:59 p.m. Simpleuser ***@***.***> wrote:
It looks like you're not using the latest version of TkinterWeb. It should
be version 3.23.5. Try upgrading, and let me know what happens.
Its already at last version..
/storage/emulated/0 $ pip install -U tkinterweb
Requirement already satisfied: tkinterweb in /data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages (3.23.5)
Requirement already satisfied: pillow in /data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages (from tkinterweb) (10.1.0)
—
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMA4CXSHVINNLCKD4FWIG4DYFWBE5AVCNFSM6AAAAAAZ65DSNOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRSGEYTONBVGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I just did it, but it still errors with a different error:
|
It looks like I need to compile the underlying HTML engine for arch64 Linux systems. It might be a while before I have the time to work this out. If you would like, you are always welcome to try compiling it yourself from https://github.com/Andereoo/TkinterWeb-Tkhtml/tree/main. The commands should be more or less as follows:
|
Okay, I will try doing it. |
Perhaps wheels for each arch could be provided in releases |
Hello, I am trying to make a web browser with Tkinterweb
But, I got this error:
How to fix this?
The text was updated successfully, but these errors were encountered: