WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: python not found on piCore  (Read 1966 times)

Offline Aladin

  • Newbie
  • *
  • Posts: 40
python not found on piCore
« on: June 10, 2020, 01: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+

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: python not found on piCore
« Reply #1 on: June 10, 2020, 01:43:50 AM »
You need to download and load the python extension first:
Code: [Select]
$ tce-load -wil python3.6

Offline Aladin

  • Newbie
  • *
  • Posts: 40
Re: python not found on piCore
« Reply #2 on: June 10, 2020, 03: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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: python not found on piCore
« Reply #3 on: June 10, 2020, 03: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.