Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: Aladin on June 10, 2020, 04:36:19 AM

Title: python not found on piCore
Post by: Aladin on June 10, 2020, 04:36:19 AM
hello all i transfer my program with winscp and putty

but when i run it he tell me python not found

im using piCore 10 beta wiith RPI3 B+
Title: Re: python not found on piCore
Post by: Juanito on June 10, 2020, 04:43:50 AM
You need to download and load the python extension first:
Code: [Select]
$ tce-load -wil python3.6
Title: Re: python not found on piCore
Post by: Aladin on June 10, 2020, 06:00:31 AM
tc@box:~$ tce-load -wil python3.6
': No such file or directory6.tcz
': No such file or directory6.tcz
Downloading: python3.6.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 416 Requested Range Not Satisfiable
': No such file or directory6.tcz
: FAILED6.tcz
md5sum: WARNING: 1 of 1 computed checksums did NOT match
Error on python3.6.tcz
Title: Re: python not found on piCore
Post by: Juanito on June 10, 2020, 06:21:44 AM
I have no idea why the command appears to be trying to download "directory6.tcz".

Does this command shown any python3.6 files:
Code: [Select]
$ ls /etc/sysconfig/tcedir/optional/python3.6*..if so, delete them and try again.