Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: Rabie on September 30, 2025, 09:00:30 AM

Title: Missing some Extensions on piCore 16.x/armhf
Post by: Rabie on September 30, 2025, 09:00:30 AM
Hi There,

Would it be possible for someone to upload the following extensions to the repository?

python3.11-cffi.tcz
python3.11-cryptography.tcz
python3.11-six.tcz
python3.11-tkinter.tcz
python3.11-ttkthemes.tcz

Thank you very much!
Title: Re: Missing some Extensions on piCore 16.x/armhf
Post by: Juanito on September 30, 2025, 11:34:54 AM
You've been asking questions about the RPi5 - do you want the extensions for armhf or aarch64?
Title: Re: Missing some Extensions on piCore 16.x/armhf
Post by: Rabie on September 30, 2025, 11:48:45 AM
OMG! I am Sorry.  :-\
I copied the wrong text.

Yes for the aarch64
Title: Re: Missing some Extensions on piCore 16.x/armhf
Post by: Juanito on October 02, 2025, 08:33:19 AM
python3.11-cffi, python3.11-cryptography and python3.11-six posted (not tested).

I don't believe the piCore64 version of python3.11 has been configured for tkinter (it is missing a library of the form _tkinter.cpython-39-arch-linux-gnu.so and a subdirectory of the form /usr/local/lib/pythonx.y/tkinter/), so python3.11-ttkthemes cannot be built.
Title: Re: Missing some Extensions on piCore 16.x/armhf
Post by: Rabie on October 02, 2025, 02:34:00 PM
Alright thank you very much, i will try to work with that.