WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Install Python-dateutil in Core 3.16.6?  (Read 2936 times)

Offline zeus555

  • Newbie
  • *
  • Posts: 3
Install Python-dateutil in Core 3.16.6?
« on: August 31, 2015, 02:27:17 PM »
how to install python-dateutil? in version 3.8.13 could do by following the steps below, but in this new version is not in the list of extensions (python-setuptools).

tce-load -wil python-setuptools.tcz
sudo easy_install pip
sudo pip install python-dateutil

thanking them for their support.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Install Python-dateutil in Core 3.16.6?
« Reply #1 on: September 01, 2015, 12:42:43 AM »
the python-setuptools extension from the tc-5.x repo looks like it should work in the 6.x repo.

Maybe you could give it a try and report back - you would need to download the following:

http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz
http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz.dep
http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz.md5.txt

Offline zeus555

  • Newbie
  • *
  • Posts: 3
Re: Install Python-dateutil in Core 3.16.6?
« Reply #2 on: September 02, 2015, 07:14:50 AM »
to do tce-load -wil http://www.tinecorelinux.net/5.x/x86/tcz/python/setuptools.tcz sends me the error below, also if I use the graphical version and from APPS DOWNLOAD + LOAD, It does not appear in the list of installed extensions.

tc@box:$ tce-load -wil http://www.tinecorelinux.net/5.x/x86/tcz/python/setuptools.tcz
ls.tcz
downloading to repo.tinycorelinux.net (89.22.99.37.80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: setuptools.tcz.md5.txt: No such file or directory
Error on setuptools.tcz

if I'm doing something wrong Correct me please.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Install Python-dateutil in Core 3.16.6?
« Reply #3 on: September 02, 2015, 07:31:05 AM »
You need:
Code: [Select]
$ wget -c http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz
..and the same for the .dep and .md5.txt files and then copy them to your tce folder and "tce-load -i python-setuptools"

Offline zeus555

  • Newbie
  • *
  • Posts: 3
Re: Install Python-dateutil in Core 3.16.6?
« Reply #4 on: September 04, 2015, 07:58:05 AM »
thank you very much for your guidance everything went well.